Hello Kentico Team,
Is is possible to write a page type scope that targets any folder with a particular name?
For example, every department in my site has a "sidebar" folder, which should only contain custom SidebarItem content types, can I write a scope that targets any folder named "sidebar" on my site?
Can Scopes use page path expressions? Something like /%/sidebar ?
/%/sidebar
Thanks,
-Mike
Kentico allows to specify path like:
/{0}/articles where {0} is variable. Find more details here
/{0}/articles
This works well with viewer web parts, however I'm not sure page scope will resolve this. Give it a try.
Hi Roman,
Unfortunately neither /{0}/{1}/sidebar or /%/%/sidebar seemed to have any effect.
/{0}/{1}/sidebar
/%/%/sidebar
Does anyone know if this is possible? Kentico didn't reject page path expressions, which gives me hope, but it doesn't seem to be following them.
Thanks.
Please, sign in to be able to submit a new answer.