I have the following Blueprint code
title: Site
sections:
sectionthingy1a:
type: pages
template: pi-guitars-gallery-template
image: icon
label: Other pages
sortable: false
In the Panel the +Add button is appearing. Is it possible to turn this off, so the client can’t add pages?
Is it also possible to prevent editor from changing the status of the one page that appears in this section?
I have the following code in specific page blueprint, so I was assuming the status couldn’t be changed.
title: Pi Guitars gallery blueprint
options:
changestatus: false
changeTemplate: false
changeTitle: false
delete: false
duplicate: false
move: false
sort: false