permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

blueprints.yaml
text/plain

Download raw (756 bytes)

name: Permanent
version: 0.1.0
description: theme for permanentbrussels.org
icon: rebel
author:
  name: OSP/D-E-A-L
  email: quentin@d-e-a-l.eu
homepage: https://github.com/osp-d-e-a-l/grav-theme-permanent
demo: http://demo.yoursite.com
keywords: grav, theme, etc
bugs: https://github.com/osp-d-e-a-l/grav-theme-permanent/issues
readme: https://github.com/osp-d-e-a-l/grav-theme-permanent/blob/develop/README.md
license: MIT

dependencies:
  - { name: grav, version: '>=1.6.0' }

form:
  validation: loose
  fields:
    dropdown.enabled:
        type: toggle
        label: Dropdown in Menu
        highlight: 1
        default: 1
        options:
          1: PLUGIN_ADMIN.ENABLED
          0: PLUGIN_ADMIN.DISABLED
        validate:
          type: bool