Learn

Hiding and Protecting Pages

Tailor and protect your content from your control panel.

Hiding

You can hide any page from the control panel by setting the admin hide flag in your YAML block. Just add the following:

---
title: etc

_admin:
  hide: true
---

Protecting

You can protect pages and entries from being deleted by setting the admin protected flag in your YAML block. Just add the following:

---
title: etc

_admin:
  protected: true
---

This article was last updated on September 13th, 2016. Find an error? Please let us know!