Skip to content

Instantly share code, notes, and snippets.

@quintesse
Last active September 26, 2015 12:34
Show Gist options
  • Save quintesse/f817225b1512211300a9 to your computer and use it in GitHub Desktop.
Save quintesse/f817225b1512211300a9 to your computer and use it in GitHub Desktop.
A set of examples for the Ceylon Web IDE with an external default item
{
"sets": [
{
"title": "A set with a default 2",
"items": [
{
"title": "Example One",
"gist": "9b4bafe29a28103818c9"
},
{
"title": "Example Two",
"gist": "30f58483e5d2c4181904"
},
{
"title": "Final Example",
"gist": "191112755a714d2bf291"
},
{
"title": "And back to the beginning",
"set": "1de2990bffce1091f5f2"
}
]
}
],
"default": {
"gist": "e98ae225ad719b39c368"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment