permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

blueprints.yaml
text/plain

Download raw (700 bytes)

name: Data Manager
version: 1.2.0
description: Adds an administration panel to visualize the data
icon: database
author:
  name: Team Grav
  email: devs@getgrav.org
  url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-data-manager
keywords: admin, plugin, manager, panel, data, manager
bugs: https://github.com/getgrav/grav-plugin-data-manager/issues
license: MIT

dependencies:
  - { name: admin, version: '>=1.7.4' }

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