Skip to content

Instantly share code, notes, and snippets.

@wwitzel3
Created July 10, 2020 20:13
Show Gist options
  • Save wwitzel3/16f8683920490afe05bf2c04915868f7 to your computer and use it in GitHub Desktop.
Save wwitzel3/16f8683920490afe05bf2c04915868f7 to your computer and use it in GitHub Desktop.
{
"type": "event.octant.dev/content",
"data": {
"content": {
"viewComponents": [
{
"metadata": { "type": "flexlayout" },
"config": {
"sections": [
[
{
"width": 24,
"view": {
"metadata": { "type": "card" },
"config": {
"body": {
"metadata": { "type": "text" },
"config": { "value": "card body/nested-path" }
},
"actions": null
}
}
}
]
],
"buttonGroup": {
"metadata": { "type": "buttonGroup" },
"config": {
"buttons": [
{
"name": "Test",
"payload": { "foo": "bar" },
"confirmation": {
"title": "Confirmation?",
"body": "Confirm this button click"
}
}
]
}
}
}
}
]
},
"contentPath": "test-plugin/nested-path",
"namespace": "default",
"queryParams": {}
},
"Err": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment