We are looking for the correct regex pattern to update in OSGI to fetch the config data in component html which are the part of experience fragments
eg: /content/expfragment/abc/[REGEX] where it should fetch config from generic exp path
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @UdayapoornimaRa ,
The regex you are looking for is
/content/experience-fragments/(.*)
where it defines, will match any experience fragment path that starts with /content/experience-fragments/
Hello @UdayapoornimaRa ,
The regex you are looking for is
/content/experience-fragments/(.*)
where it defines, will match any experience fragment path that starts with /content/experience-fragments/
Hello @UdayapoornimaRa -
RegeX : ^/content/expfragment/abc/(.*)