fix template form

This commit is contained in:
yuri
2018-08-21 12:05:59 +03:00
parent 15b0d147d9
commit e12eade143

View File

@@ -21,5 +21,39 @@
}
]
}
},
"dynamicLogic": {
"fields": {
"body": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "entityType"
}
]
}
},
"header": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "entityType"
}
]
}
},
"variables": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "entityType"
}
]
}
}
}
}
}