permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

blueprints.yaml
text/plain

Download raw (945 bytes)

name: Admin Addon Media Metadata
version: 1.1.0
description: 'This plugin is an addon for the Grav CMS Admin plugin and lets you add and edit metadata for media files'
icon: plug
author:
  name: Clive Beckett
  email: clive@musikinsnetz.de
homepage: https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata
keywords: grav, admin, plugin, metadata, image, alt, title, caption
bugs: https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata/issues
docs: https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata/blob/develop/README.md
license: MIT

dependencies:
  - { name: grav, version: '1.5 - 1.7' }
  - { name: admin, version: '1.8 - 1.10' }

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