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": {
|
"mycompany:company-jobs": {
|
||||||
"name": "Job Role",
|
"name": "Job Role",
|
||||||
"type: "select",
|
"type": "select",
|
||||||
"options": {
|
"options": {
|
||||||
"mycompany:engineer": "Engineer",
|
"mycompany:engineer": "Engineer",
|
||||||
"mycompany:nonengineer": "Other"
|
"mycompany:nonengineer": "Other"
|
||||||
@@ -70,7 +70,7 @@ value of `maniphest.custom-field-definitions`):
|
|||||||
"mycompany:favorite-dinosaur": {
|
"mycompany:favorite-dinosaur": {
|
||||||
"name": "Favorite Dinosaur",
|
"name": "Favorite Dinosaur",
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
The fields will then appear in the other config option for the application
|
The fields will then appear in the other config option for the application
|
||||||
|
|||||||
Reference in New Issue
Block a user