template_host_variant have ability to modify skip_paths on template_host_variant_items

This commit is contained in:
iLLiCiTiT 2021-06-29 14:05:37 +02:00
parent cc85f669b8
commit 2fd7bc4c13

View file

@ -1,4 +1,9 @@
[
{
"__default_values__": {
"variant_skip_paths": null
}
},
{
"type": "dict",
"key": "{app_variant}",
@ -19,7 +24,8 @@
},
{
"type": "schema_template",
"name": "template_host_variant_items"
"name": "template_host_variant_items",
"skip_paths": "{variant_skip_paths}"
}
]
}