No new pages in dashboard

How do I block adding new pages to the dashboard ?

feels like a newbie question :smiley:

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.

1 Like