Skip to content

Commit 8a84698

Browse files
author
Pavitra Khatri
committed
Add Show Popup property under custom property
1 parent 19da0c7 commit 8a84698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/models/v1/form/TermsAndConditionsImpl.java

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public boolean isShowAsPopup() {
8787
Map<String, Object> properties = super.getProperties();
8888
if (resource.getValueMap().containsKey(CUSTOM_TNC_PROPERTY)) {
8989
properties.put(CUSTOM_TNC_PROPERTY, true);
90+
properties.put("fd:" + ReservedProperties.PN_SHOW_AS_POPUP, isShowAsPopup());
9091
}
9192
return properties;
9293
}

0 commit comments

Comments
 (0)