Skip to content

Commit 7ee7f14

Browse files
committedOct 21, 2014
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
1 parent 5b73536 commit 7ee7f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/project/config/PhabricatorProjectConfigOptions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function getOptions() {
3232
'Array of custom fields for Projects.'))
3333
->addExample(
3434
'{"mycompany:motto": {"name": "Project Motto", '.
35-
'"type": "string"}}',
35+
'"type": "text"}}',
3636
pht('Valid Setting')),
3737
$this->newOption('projects.fields', $custom_field_type, $default_fields)
3838
->setCustomData(id(new PhabricatorProject())->getCustomFieldBaseClass())

0 commit comments

Comments
 (0)
Failed to load comments.