Skip to content

Instantly share code, notes, and snippets.

@carlmw
Last active August 29, 2015 14:04
Show Gist options
  • Save carlmw/e6b2d208b34a77d99435 to your computer and use it in GitHub Desktop.
Save carlmw/e6b2d208b34a77d99435 to your computer and use it in GitHub Desktop.
[
{
"label": "Account",
"type": "select",
"name": "account",
},
{
"label": "Website",
"type": "select",
"dependsOn": "account",
"nested": true
},
{
"label": "Profile",
"type": "select",
"dependsOn": "website",
"nested": true
},
{
"label": "Metric",
"type": "select"
},
{
"label": "Segment",
"type": "select",
"dependsOn": "account"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment