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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Forms & Blueprints

Blueprints: how to disable the security tab?

Started by ontime 5 years ago · 1 replies · 906 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 1135 4 months ago
Forms & Blueprints · by Hugo Oliveira, 5 months ago
0 61 5 months ago
Forms & Blueprints · by Flachy Joe, 6 months ago
9 134 6 months ago
Forms & Blueprints · by Augustus, 7 months ago
7 108 7 months ago
Forms & Blueprints · by Julien, 7 months ago
10 128 7 months ago