Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Hide main page editor?

Started by S Larcher 8 years ago · 1 replies · 660 views
8 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

8 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 Anna, 22 hours ago
2 67 1 hour ago
Support · by gtx, 1 week ago
4 233 2 days ago
Support · by Paul Hodges, 2 weeks ago
13 283 5 days ago
Support · by Anna, 3 weeks ago
9 339 1 week ago
Support · by TomW, 2 weeks ago
4 192 2 weeks ago