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:
parent
061c1c1494
commit
556eb9441a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue