mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-02 09:58:24 +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.'))
|
'Array of custom fields for Projects.'))
|
||||||
->addExample(
|
->addExample(
|
||||||
'{"mycompany:motto": {"name": "Project Motto", '.
|
'{"mycompany:motto": {"name": "Project Motto", '.
|
||||||
'"type": "string"}}',
|
'"type": "text"}}',
|
||||||
pht('Valid Setting')),
|
pht('Valid Setting')),
|
||||||
$this->newOption('projects.fields', $custom_field_type, $default_fields)
|
$this->newOption('projects.fields', $custom_field_type, $default_fields)
|
||||||
->setCustomData(id(new PhabricatorProject())->getCustomFieldBaseClass())
|
->setCustomData(id(new PhabricatorProject())->getCustomFieldBaseClass())
|
||||||
|
|
Loading…
Add table
Reference in a new issue