maju.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

blueprints.yaml
text/plain

Download raw (740 bytes)

name: Maju Bois
slug: maju-bois
type: theme
version: 0.1.0
description: A theme for Maju Bois
icon: rebel
author:
  name: OSP
  email: miam@osp.kitchen
homepage: https://github.com/osp/grav-theme-maju-bois
demo: http://demo.yoursite.com
keywords: grav, theme, etc
bugs: https://github.com/osp/grav-theme-maju-bois/issues
readme: https://github.com/osp/grav-theme-maju-bois/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