Skip to content

Instantly share code, notes, and snippets.

@kylecarbs
Last active November 15, 2018 01:17
Show Gist options
  • Save kylecarbs/68bbf0dd21279d53335ecbf2a6e0a61c to your computer and use it in GitHub Desktop.
Save kylecarbs/68bbf0dd21279d53335ecbf2a6e0a61c to your computer and use it in GitHub Desktop.
{
"$jason": {
"head": {
"title": "Coder",
"actions": {
"visit": [
{
"{{#if /\\/edit/.test($jason.url)}}": {
"type": "$href",
"options": {
"url": "{{$jason.url.replace('/edit', '')}}",
"preload": {
"background": "#ffffff"
}
}
}
},
{
"{{#else}}": {
"type": "$default"
}
}
]
}
},
"body": {
"background": {
"type": "html",
"url": "https://coder.com",
"action": {
"trigger": "visit"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment