New permissions
New access
and list
page permissions
Changes
read
option will be deprecated in Kirby 5access
option is about accessibilitylist
option is about visibility (picker and sections)access
andlist
permissions depend on the read option until Kirby 5
Meaning
access: false # not accessible, not listed
list: false # accessible, not listed
read: false # not accessible, not listed
Sample Usage
# Orders page is not accessible and not visible for all roles except admins.
title: Orders
options:
access:
*: false
admin: true
list:
*: false
admin: true
Permissions for new features
- New
changeTemplate
permission for files - New
move
permission for pages