Skip to content

Instantly share code, notes, and snippets.

@joeldenning
Last active November 20, 2020 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeldenning/62fb0f2eb0eb8bde4370786d59975e94 to your computer and use it in GitHub Desktop.
Save joeldenning/62fb0f2eb0eb8bde4370786d59975e94 to your computer and use it in GitHub Desktop.
json-layout
{
"routes": [
{
"type": "div",
"attrs": [
{
"name": "class",
"value": "container"
}
],
"routes": [
{
"type": "nav",
"attrs": [
{
"name": "class",
"value": "item-a"
}
],
"routes": [
{
"type": "application",
"name": "@fts/menu"
}
]
},
{
"type": "main",
"attrs": [
{
"name": "class",
"value": "item-b"
}
],
"routes": [
{
"type": "route",
"path": "tela1",
"routes": [
{
"type": "application",
"name": "@fts/microapp1"
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment