Minor, fix two documentation JSON issues
Summary: See <http://stackoverflow.com/questions/25417434/phabricator-maniphest-custom-field-issue> Auditors: btrahan
This commit is contained in:
@@ -61,7 +61,7 @@ value of `maniphest.custom-field-definitions`):
|
||||
},
|
||||
"mycompany:company-jobs": {
|
||||
"name": "Job Role",
|
||||
"type: "select",
|
||||
"type": "select",
|
||||
"options": {
|
||||
"mycompany:engineer": "Engineer",
|
||||
"mycompany:nonengineer": "Other"
|
||||
@@ -70,7 +70,7 @@ value of `maniphest.custom-field-definitions`):
|
||||
"mycompany:favorite-dinosaur": {
|
||||
"name": "Favorite Dinosaur",
|
||||
"type": "text"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
The fields will then appear in the other config option for the application
|
||||
|
||||
Reference in New Issue
Block a user