Last active
August 29, 2015 14:06
-
-
Save tiliv/cf060cc23ae6887f8f16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"actions": [ | |
{ | |
"name": "static", | |
"style": null, | |
"actions": [ | |
{ | |
"name": "", | |
"icon": "gears", | |
"instruction": null, | |
"is_mode": false, | |
"style": "default", | |
"type": "dropdown", | |
"size": "medium", | |
"items": [ | |
{ | |
"instruction": null, | |
"name": "Update Stats", | |
"icon": "tasks", | |
"href": "/home/1/update_stats/" | |
}, | |
{ | |
"instruction": null, | |
"name": "Green Addendum", | |
"icon": "file", | |
"href": "/blah/blah/i/forget/" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"name": "default", | |
"style": null, | |
"actions": [ | |
{ | |
"name": "Edit", | |
"instruction": "edit", | |
"is_mode": true, | |
"style": "primary", | |
"type": "button", | |
"size": "medium", | |
"items": null | |
} | |
] | |
}, | |
{ | |
"name": "edit", | |
"style": "well well-sm wide", | |
"actions": [ | |
{ | |
"name": "Save", | |
"instruction": "geocode", | |
"is_mode": false, | |
"style": "primary", | |
"type": "button", | |
"size": "medium", | |
"items": null | |
}, | |
{ | |
"name": "Cancel", | |
"instruction": "exit", | |
"is_mode": false, | |
"style": "default", | |
"type": "button", | |
"size": "medium", | |
"items": null | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment