diff --git a/application/Espo/Resources/metadata/clientDefs/Template.json b/application/Espo/Resources/metadata/clientDefs/Template.json index be91036b35..5f80913788 100644 --- a/application/Espo/Resources/metadata/clientDefs/Template.json +++ b/application/Espo/Resources/metadata/clientDefs/Template.json @@ -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" + } + ] + } + } + } } }