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.
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.
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/
View solution in original post
Hello @UdayapoornimaRa -
RegeX : ^/content/expfragment/abc/(.*)
Views
Likes
Replies