Hi,
I need to limit the creation of a template to this path /content/myproj/language/here and not as a child of "here"
I tried with all the possible combinations of: /content/myproj/(.*)/(.*) but it doesn't work.
Can you help me? Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Try the below expression for this use case -
/content/myproj/([^/]*)/([^/]*)
Views
Replies
Total Likes
Correct me If I am wrong.
You want user should be able to create page using template at only this path /content/myproj/language/here
allowedPaths is multifield property. make sure you set it same way.
Set this allowedPaths of template to /content/myproj/language/here
Views
Replies
Total Likes
Ok but "language" and "here" are variables =)
Views
Replies
Total Likes
Try the below expression for this use case -
/content/myproj/([^/]*)/([^/]*)
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies