enonic / app-contentstudio-old

Enonic XP - Content Studio app
GNU General Public License v3.0
1 stars 1 forks source link

By default restrict content inside content selector to current site #601

Closed vbradnitski closed 5 years ago

vbradnitski commented 5 years ago

@alansemenov commented on Fri Dec 07 2018

Content selectors (base Content selector, Media selector and Image selector) by default allow content from the root. Change it only for Content selector (not Media or Image) to by default allow content only inside the current site (what can now be done by setting allowPath="${site}/*"). If needed, user can change it to allow all content by setting "allowPath="*"".

NB! Check that current behaviour remains the same for Media and Image selectors.