Hello All,
We must perform validations on the path browser field to choose only the master or variations of the experience fragment.
Any thoughts here?
Solved! Go to Solution.
Views
Replies
Total Likes
@sateeshreddy Try creating a touch ui dialog listener and add your validations in the javascript. Please refer to coral ui documentation.
https://developer.adobe.com/experience-manager/reference-materials/6-5/coral-ui/coralui3/index.html
This validation is already built in the Core component library Experience Fragment component. Core Component's XF component allows only to select master or variation of the XF component.
If you are looking for customizing a regular path browser to allow only XF master or variation paths, as other community members suggested, you need to write the validation using "cq.authoring" category client libs.
Views
Likes
Replies