Is there not a way to just hide if one option is selected then? Was trying to avoid having to create a separate dialogs for option 2 and 3 so can switch easily and use same htl properties
I have a dialog that is only relevant to 2 out of 3 dropdown options and would like to hide it if option-1 is shown I know how to set up the xml to SHOW dialog if an option is selected but not to HIDE it for a selected option and am not sure what I need to update to hide for a specific value. Any in...
I have a dropdown to populate dialog if 'barcode-yes' is selected which is working.Currently I have data-sly for the barcode code dependant on an img path && alt-text being filled out.I would like the data-sly to look for 'barcode-yes' being selected from the dropdown instead of the content being f...
I have a dropdown with three options [a, b, c].Two of my dialog fields are only valid for two dropdown options [b, c]Is there some OOTB way to show two dialog fields if 'b' or 'c' is selected in the dropdown with showhidetargetvalue? <layout
jcr:primaryType="nt:unstructured"
...
We are using an expression ${profile.name} in a <p> in the code of a page component that gets populated by another team when it's published to them that AEM is removing from the code.I'm guessing AEM sees it as a property type which is why it isn't keep in the code.Is there a <sly> or some other wa...