Skip to content

Commit

Permalink
document: sort contribution roles
Browse files Browse the repository at this point in the history
* Changes the document JSON schema form options from select to
  selectWithSort on the contribution roles in order to sort them
  alphabetically in the editor.
* Closes #1231

Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr authored and Aly Badr committed Nov 5, 2020
1 parent d7cb8ee commit 4aa95fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
]
},
"form": {
"type": "select",
"type": "selectWithSort",
"options": [
{
"value": "aut",
Expand Down

0 comments on commit 4aa95fe

Please sign in to comment.