Hi there,
I am looking for a way to add a custom data attribute that is rendered in the DOM.
I have created a custom data type for Email Addresses by overlaying /libs/settings/dam/cfm/models/formbuilderconfig.
I have wrote some custom JavaScript that performs validation to ensure they're entered correctly.
However, I want to add a custom data-attribute inside the HTML for every instance of my custom data type, so that my validator can use that data-attribute as a selector.
Any ideas?
Many Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
You can refer to Content Fragment Core Component for reference.
Sample:
Github:
https://github.com/adobe/aem-core-wcm-components
CF Reference Docs:
You can refer to Content Fragment Core Component for reference.
Sample:
Github:
https://github.com/adobe/aem-core-wcm-components
CF Reference Docs:
Thanks for the reply,
None of those links provide the functionality I am looking for.
I need to add a property in CRX/DE that is reflected in the HTML to be used as a selector.
Views
Replies
Total Likes