Skip to content

Commit fe3a9ac

Browse files
Fixing terms and condition initial state. (#1509)
1 parent b8a0c36 commit fe3a9ac

File tree

1 file changed

+1
-0
lines changed
  • ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/termsandconditions/v1/termsandconditions

1 file changed

+1
-0
lines changed

ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/termsandconditions/v1/termsandconditions/termsandconditions.html

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
data-sly-use.formstructparser="com.adobe.cq.forms.core.components.models.form.FormStructureParser"
2929
data-sly-use.component="com.adobe.cq.wcm.core.components.models.Component"
3030
id="${tnc.id}"
31+
data-cmp-visible="${tnc.visible ? 'true' : 'false'}"
3132
title="${tnc.tooltipVisible ? '' : tnc.tooltipText}"
3233
data-cmp-adaptiveformcontainer-path="${formstructparser.formContainerPath}">
3334
<div class="cmp-adaptiveform-termsandcondition__label-container">

0 commit comments

Comments
 (0)