Skip to content

Instantly share code, notes, and snippets.

@tiliv
Last active August 29, 2015 14:06
Show Gist options
  • Save tiliv/cf060cc23ae6887f8f16 to your computer and use it in GitHub Desktop.
Save tiliv/cf060cc23ae6887f8f16 to your computer and use it in GitHub Desktop.
{
"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