3f3503e0创建于 2021年12月9日历史提交
title: PLUGIN_ADMIN.EXTERNAL
extends@:
  type: default
  context: blueprints://pages

form:
  validation: loose
  fields:

    tabs:
      type: tabs
      active: 1

      fields:

        content:
          fields:

            header.title:
              type: text
              autofocus: true
              style: horizontal
              label: PLUGIN_ADMIN.TITLE

            content:
              unset@: true

            header.media_order:
              unset@: true

            header.external_url:
              type: text
              label: PLUGIN_ADMIN.EXTERNAL_URL
              placeholder: https://getgrav.org
              validate:
                required: true

        options:
          fields:

            publishing:
              fields:

                header.date:
                  unset@: true

                header.metadata:
                  unset@: true

            taxonomies:
              unset@: true