Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99728541
PhabricatorProjectDescriptionField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 26, 08:47
Size
544 B
Mime Type
text/x-php
Expires
Tue, Jan 28, 08:47 (2 d)
Engine
blob
Format
Raw Data
Handle
23814041
Attached To
rPH Phabricator
PhabricatorProjectDescriptionField.php
View Options
<?php
final
class
PhabricatorProjectDescriptionField
extends
PhabricatorProjectStandardCustomField
{
public
function
createFields
(
$object
)
{
return
PhabricatorStandardCustomField
::
buildStandardFields
(
$this
,
array
(
'description'
=>
array
(
'name'
=>
pht
(
'Description'
),
'type'
=>
'remarkup'
,
'description'
=>
pht
(
'Short project description.'
),
'fulltext'
=>
PhabricatorSearchDocumentFieldType
::
FIELD_BODY
,
),
),
$internal
=
true
);
}
}
Event Timeline
Log In to Comment