How do I block adding new pages to the dashboard ?
feels like a newbie question ![]()
Thanks
How do I block adding new pages to the dashboard ?
feels like a newbie question ![]()
Thanks
The best approach would be to limit the number of pages in the site.yml blueprint:
pages:
  max: 15
You could also set pages to false, but that can make for some other issues.