added schema template to example schema

This commit is contained in:
iLLiCiTiT 2020-10-02 14:17:43 +02:00
parent be135af8ce
commit 3d07421dd9

View file

@ -5,6 +5,27 @@
"is_file": true,
"children": [
{
"type": "dict",
"key": "schema_templates",
"label": "Schema template examples",
"children": [
{
"type": "schema_template",
"name": "example_template",
"template_data": {
"host_label": "Maya 2019",
"host_name": "maya_2019"
}
}, {
"type": "schema_template",
"name": "example_template",
"template_data": {
"host_label": "Maya 2020",
"host_name": "maya_2020"
}
}
]
}, {
"key": "env_group_test",
"label": "EnvGroup Test",
"type": "dict",