mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Projects - fix typo in config
Summary: type "string" should be type "text". Ref T6366. Test Plan: viewed config and saw appropriate, working example Reviewers: epriestley, chad Reviewed By: chad Subscribers: Korvin, epriestley Maniphest Tasks: T6366 Differential Revision: https://secure.phabricator.com/D10736
This commit is contained in:
parent
5b7353689e
commit
7ee7f14b79
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ final class PhabricatorProjectConfigOptions
|
|||
'Array of custom fields for Projects.'))
|
||||
->addExample(
|
||||
'{"mycompany:motto": {"name": "Project Motto", '.
|
||||
'"type": "string"}}',
|
||||
'"type": "text"}}',
|
||||
pht('Valid Setting')),
|
||||
$this->newOption('projects.fields', $custom_field_type, $default_fields)
|
||||
->setCustomData(id(new PhabricatorProject())->getCustomFieldBaseClass())
|
||||
|
|
Loading…
Reference in a new issue