added default values of templates ability to examples

This commit is contained in:
iLLiCiTiT 2020-10-02 14:31:02 +02:00
parent 0c79c09a7e
commit af9be455d9
2 changed files with 7 additions and 2 deletions

View file

@ -14,7 +14,8 @@
"name": "example_template",
"template_data": {
"host_label": "Maya 2019",
"host_name": "maya_2019"
"host_name": "maya_2019",
"multiplath_executables": false
}
}, {
"type": "schema_template",

View file

@ -1,5 +1,9 @@
[
{
"__default_values__": {
"multiplath_executables": true
}
}, {
"type": "raw-json",
"label": "{host_label} Environments",
"key": "{host_name}_environments",
@ -8,7 +12,7 @@
"type": "path-widget",
"key": "{host_name}_executables",
"label": "{host_label} - Full paths to executables",
"multiplatform": true,
"multiplatform": "{multiplath_executables}",
"multipath": true
}
]