Skip to content

Commit

Permalink
feat: allow dropdown style on ActionSet
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Jul 16, 2019
1 parent 6de0dc3 commit 35a6abf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,19 @@
},
"spacing": {
"$ref": "#/definitions/SpacingStyle"
},
"actionStyle": {
"type": "string",
"description": "How to display the action set.",
"enum": [
"list",
"dropdown"
],
"default": "list"
},
"label": {
"type": "string",
"description": "Text displayed as label if ActionSet is in dropdown style."
}
},
"required": ["type", "actions"]
Expand Down

0 comments on commit 35a6abf

Please sign in to comment.