Skip to content
Grav 2.0 is officially stable. Read the announcement →
Forms & Blueprints

Blueprints: how to disable the security tab?

Started by ontime 5 years ago · 1 replies · 969 views
5 years ago

To make my content easy to manage I disable tabs that are not useful depending on the page.

In Grav 1.7 I cannot find a way to disable the Security tab.

The following blueprint still displays the Security tab although it is not defined and there is no inheritance:

YAML
form:
  fields:
    tabs:
      type: tabs
      active: 1
      fields:
        content:
          type: tab
          title: PLUGIN_ADMIN.CONTENT
          fields:
            xss_check:
              type: xss
            settings:
              type: section
              title: Not editable
            folder:
              type: hidden
              label: PLUGIN_ADMIN.FOLDER_NAME

How can we hide this tab?

Bonus question:
Sometimes a page should not be editable, is there any better way to achieve this that the one from my example where I actually hide all fields and hope that the user will not find its way to the expert mode?

Suggested topics

Topic Participants Replies Views Activity
Forms & Blueprints · by Ton Haarmans, 5 years ago
13 1429 5 months ago
Forms & Blueprints · by Hugo Oliveira, 6 months ago
0 219 6 months ago
Forms & Blueprints · by Flachy Joe, 7 months ago
9 315 7 months ago
Forms & Blueprints · by Augustus, 7 months ago
7 296 7 months ago
Forms & Blueprints · by Julien, 8 months ago
10 332 8 months ago