Skip to content

Commit

Permalink
add drawerOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
chucklorenz authored Feb 2, 2018
1 parent a72ac9f commit 1d20f22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
"type":"object",
"required":false,
"properties":{
"_drawerOrder": {
"type": "number",
"required": false,
"title": "Drawer order",
"inputType": "Number",
"default": 0,
"help": "The order in which this extension should appear as a drawer item",
"validators": ["number"]
},
"title": {
"type":"string",
"required":true,
Expand Down

0 comments on commit 1d20f22

Please sign in to comment.