Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Hide main page editor?

Started by S Larcher 9 years ago · 1 replies · 732 views
9 years ago

Hi,

what's the best way to hide the main page editor?
As I am using custom fields this one is obsolete...

Thx!!

15%20PM|690x217

9 years ago

Hi @slarcher, you could use the unset feature for blueprints to hide a field, more info here:
https://learn.getgrav.org/forms/blueprints/advanced-features#removing-fields-properties-unset

To hide the content area on a page you would create a custom blueprint for that page type, and then have something like this:

YAML
title: Custom Page
'@extends':
type: blog
context: blueprints://pages

form:
  fields:
    tabs:
      type: tabs

  fields:
    content:
      fields:
        content:
          unset@: true

Let me know how things go.

Suggested topics

Topic Participants Replies Views Activity
Support · by blu3prince, 4 days ago
1 68 4 hours ago
Support · by complanar, 7 days ago
6 157 2 days ago
Support · by Rick Beebe, 7 days ago
2 116 3 days ago
Support · by alex, 5 days ago
2 101 4 days ago
Support · by Marcel, 2 weeks ago
1 152 4 days ago