Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi All,
We have migrated from classic UI to touch UI. In one of our component, we have added regex validation on pathfield as below in classic UI.
<fieldConfig jcr:primaryType="nt:unstructured" regex="/^(.*)\.pdf$/" xtype="pathfield"/>
Any one know how I can get the regex added to my touch UI dialog?
Solved! Go to Solution.
Hi @ashishkhadpe ,
granite:data node is used to add custom data attributes for touch ui dialog fields validations.
You can find it here http://aemlab.blogspot.com/2019/05/aem-touch-ui-component-dialog-field.html
View solution in original post
Views
Likes
Replies