I'm experimenting with grav on public website. I don't want users other than myself to be able to see the test pages, only the home page, or for them to see the naviation menu. I have created an administrators group, added the admin login I use to it, and also added a section for access. But a non-logged in user still sees all pages and all nav menu items. What am I doing wrong?
this is my groups.yaml
registered:
icon: users
readableName: 'Registered Users'
description: 'The group of registered users'
access:
site:
login: true
administrators:
groupname: administrators
readableName: Administrators
description: 'The group of administrators'
icon: child
access:
admin:
login: true
site:
login: true
access:
site:
administrators: true