Set status disabled (like the error page)

Sorry I can’t find documentation on this. I have a search page that I’d like to be unlisted and with status: disabled, just like the error page. How do I do this?

You have to set:

options:
  read: false

Then the page won’t appear anywhere. If you want to disable editing, you have to set update to false.

2 Likes

Thanks!