mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Update config to point at modern custom field article.
Summary: Fixes T5215. This mentions an old article name. Test Plan: Read config option. Reviewers: chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T5215 Differential Revision: https://secure.phabricator.com/D9331
This commit is contained in:
parent
63ed126b2a
commit
3929309225
1 changed files with 3 additions and 3 deletions
|
@ -218,9 +218,9 @@ EOTEXT
|
||||||
->setSummary(pht("Custom Maniphest fields."))
|
->setSummary(pht("Custom Maniphest fields."))
|
||||||
->setDescription(
|
->setDescription(
|
||||||
pht(
|
pht(
|
||||||
"Array of custom fields for Maniphest tasks. For details on ".
|
'Array of custom fields for Maniphest tasks. For details on '.
|
||||||
"adding custom fields to Maniphest, see 'Maniphest User Guide: ".
|
'adding custom fields to Maniphest, see "Configuring Custom '.
|
||||||
"Adding Custom Fields'."))
|
'Fields" in the documentation.'))
|
||||||
->addExample(
|
->addExample(
|
||||||
'{"mycompany:estimated-hours": {"name": "Estimated Hours", '.
|
'{"mycompany:estimated-hours": {"name": "Estimated Hours", '.
|
||||||
'"type": "int", "caption": "Estimated number of hours this will '.
|
'"type": "int", "caption": "Estimated number of hours this will '.
|
||||||
|
|
Loading…
Reference in a new issue