
Here we are using voluptuous to help validate our yaml files. Right now we we just have support for text panels, but it is a start. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
11 lines
182 B
YAML
11 lines
182 B
YAML
panels:
|
|
- type: text
|
|
title: no title (click here)
|
|
error: false
|
|
editable: true
|
|
span: 12
|
|
id: 1
|
|
mode: markdown
|
|
content: ''
|
|
style: {}
|