cq:allowedTemplates: "/conf/acme/settings/wcm/templates/(?!page-).*"
When I create a new page I see all templates in Touch UI. Classic UI works fine.
How can I fix Touch UI?
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
In a site structure, we should create a hierarchy of cq:Pages. Folders should not be used here
This would assure cq:allowedTemplates works as expected
Hi @btaymaz
Which node you are setting this property?
Let's say you have a website as /content/acme and under acme you want to create pages using the template, then you need to add the property to /content/acme/jcr:content node.
I Just tried and it works!
In a site structure, we should create a hierarchy of cq:Pages. Folders should not be used here
This would assure cq:allowedTemplates works as expected