Skip to content

Instantly share code, notes, and snippets.

@kantord
Created March 7, 2018 09:43
Show Gist options
  • Save kantord/a56ea6c5920847a186d819633d6d6c18 to your computer and use it in GitHub Desktop.
Save kantord/a56ea6c5920847a186d819633d6d6c18 to your computer and use it in GitHub Desktop.
bad yaml format example
dashboard "Variables example":
- h1 text: Variables Example
- dropdown my_var=pie:
- {"value": pie, "text": "Pie chart"}
- {"value": bar, "text": "Bar chart"}
p text: "Selected chart type: ${my_var}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment