fixed the subform build, to allow required value to be set to true.

This commit is contained in:
2019-05-25 22:20:12 +02:00
parent a90d6f51f7
commit dda33d66cb
29 changed files with 148 additions and 207 deletions

View File

@@ -118,7 +118,7 @@
maxlength="150"
description="COM_COMPONENTBUILDER_COMPONENT_PLACEHOLDERS_TARGET_DESCRIPTION"
class="text_area"
required="false"
required="true"
filter="STRING"
message="COM_COMPONENTBUILDER_COMPONENT_PLACEHOLDERS_TARGET_MESSAGE"
hint="COM_COMPONENTBUILDER_COMPONENT_PLACEHOLDERS_TARGET_HINT"
@@ -132,7 +132,7 @@
size="150"
description="COM_COMPONENTBUILDER_COMPONENT_PLACEHOLDERS_VALUE_DESCRIPTION"
class="text_area"
required="false"
required="true"
filter="RAW"
message="COM_COMPONENTBUILDER_COMPONENT_PLACEHOLDERS_VALUE_MESSAGE"
hint="COM_COMPONENTBUILDER_COMPONENT_PLACEHOLDERS_VALUE_HINT"