Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2684113
D25552.1734696884.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25552.1734696884.diff
View Options
diff --git a/src/applications/project/config/PhabricatorProjectConfigOptions.php b/src/applications/project/config/PhabricatorProjectConfigOptions.php
--- a/src/applications/project/config/PhabricatorProjectConfigOptions.php
+++ b/src/applications/project/config/PhabricatorProjectConfigOptions.php
@@ -105,6 +105,16 @@
),
);
+ $fields_description = $this->deformat(pht(<<<EOTEXT
+List of custom fields for project tags.
+
+For details on adding new fields, see [[ %s | %s ]] in the
+documentation.
+EOTEXT
+ ,
+ PhabricatorEnv::getDoclink('Configuring Custom Fields'),
+ pht('Configuring Custom Fields')));
+
$subtype_description = $this->deformat(pht(<<<EOTEXT
Allows you to define project subtypes. For a more detailed description of
subtype configuration, see @{config:maniphest.subtypes}.
@@ -114,9 +124,7 @@
return array(
$this->newOption('projects.custom-field-definitions', 'wild', array())
->setSummary(pht('Custom Projects fields.'))
- ->setDescription(
- pht(
- 'Array of custom fields for Projects.'))
+ ->setDescription($fields_description)
->addExample(
'{"mycompany:motto": {"name": "Project Motto", '.
'"type": "text"}}',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 12:14 (17 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1017522
Default Alt Text
D25552.1734696884.diff (1 KB)
Attached To
Mode
D25552: Config Projects Extra Fields: link to the doc (like User)
Attached
Detach File
Event Timeline
Log In to Comment