I use site.yml
as menu for reaching the content pages. However I want to prevent all users (including admins) to create, delete, change URL or position of top-level pages, from within the Panel.
This is what I have in site.yml
, and the only option that have effect is create: false
. Can someone please enlighten me why this doesn’t work? Thanks!
sections:
pages:
delete: false
create: false
changeSlug: false
changeStatus: false
changeTemplate: false
templates:
- works
- exhibitions
- about
- contact