blueprints.yaml 945 B

123456789101112131415161718192021222324252627282930
  1. name: Admin Addon Media Metadata
  2. version: 1.1.0
  3. description: 'This plugin is an addon for the Grav CMS Admin plugin and lets you add and edit metadata for media files'
  4. icon: plug
  5. author:
  6. name: Clive Beckett
  7. email: clive@musikinsnetz.de
  8. homepage: https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata
  9. keywords: grav, admin, plugin, metadata, image, alt, title, caption
  10. bugs: https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata/issues
  11. docs: https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata/blob/develop/README.md
  12. license: MIT
  13. dependencies:
  14. - { name: grav, version: '1.5 - 1.7' }
  15. - { name: admin, version: '1.8 - 1.10' }
  16. form:
  17. validation: loose
  18. fields:
  19. enabled:
  20. type: toggle
  21. label: PLUGIN_ADMIN.PLUGIN_STATUS
  22. highlight: 1
  23. default: 0
  24. options:
  25. 1: PLUGIN_ADMIN.ENABLED
  26. 0: PLUGIN_ADMIN.DISABLED
  27. validate:
  28. type: bool