Skip to content

Commit

Permalink
OOTB Template Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-parashar committed Nov 22, 2023
1 parent b2beb4a commit 2f66e6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@
#if ($includeFormsheadless == "y" )
<filter root="/content/dam/${appId}/af_model_sample.json" mode="merge"/>
#end
<filter root="/conf/${appId}/settings/wcm/templates"/>
</workspaceFilter>
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
validationStatus="valid"/>
<fd:events
jcr:primaryType="nt:unstructured"
change="[if(contains($event.payload.changes[].propertyName\, 'value')\,[if(contains($field\, '0')\, dispatchEvent($form.EducationPanel\, 'custom:setProperty'\, {visible : true()})\, {})]\,{}),if(contains($event.payload.changes[].propertyName\, 'value')\,[if(contains($field\, '1')\, dispatchEvent($form.HealthCarePanel\, 'custom:setProperty'\, {visible : true()})\, {})]\,{}),if(contains($event.payload.changes[].propertyName\, 'value')\,[if(contains($field\, '2')\, dispatchEvent($form.ChildCarePanel\, 'custom:setProperty'\, {visible : true()})\, {})]\,{}),if(contains($event.payload.changes[].propertyName\, 'value')\,[if(contains($field\, '3')\, dispatchEvent($form.PanelBenefitPrgrmDet\, 'custom:setProperty'\, {visible : true()})\, {})]\,{})]"/>
change="[if(contains($field\, '0')\, dispatchEvent($form.EducationPanel\, 'custom:setProperty'\, {visible : true()})\, {}),if(contains($field\, '1')\, dispatchEvent($form.HealthCarePanel\, 'custom:setProperty'\, {visible : true()})\, {}),if(contains($field\, '2')\, dispatchEvent($form.ChildCarePanel\, 'custom:setProperty'\, {visible : true()})\, {}),if(contains($field\, '3')\, dispatchEvent($form.PanelBenefitPrgrmDet\, 'custom:setProperty'\, {visible : true()})\, {})]"/>
</checkboxgroup>
</panelcontainer>
<panelcontainer_1181419075
Expand Down

0 comments on commit 2f66e6e

Please sign in to comment.