Created
November 26, 2015 00:08
-
-
Save jaseflow/a857052d42a94e47148d to your computer and use it in GitHub Desktop.
edits
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
| var edits = [ | |
| { | |
| name: "Nginx Example", | |
| lists: [ | |
| { | |
| name: "List 1" | |
| rules: [ | |
| { | |
| value: "Value 1" | |
| label: "Label 1" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment