1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 22:10:55 +01:00

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:
epriestley 2014-08-23 03:50:49 -07:00
parent 061c1c1494
commit 556eb9441a

View file

@ -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