blueprints.yaml 760 B

123456789101112131415161718192021222324252627282930
  1. name: Auto Date
  2. version: 1.0.2
  3. description: Automatically adds date to frontmatter when creating a new page via Grav Admin plugin
  4. icon: clock-o
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-plugin-auto-date
  10. keywords: plugin, auto-date, date, frontmatter
  11. bugs: https://github.com/getgrav/grav-plugin-auto-date/issues
  12. docs: https://github.com/getgrav/grav-plugin-auto-date/blob/develop/README.md
  13. license: MIT
  14. dependencies:
  15. - { name: admin, version: '>=1.2.3' }
  16. form:
  17. validation: strict
  18. fields:
  19. enabled:
  20. type: toggle
  21. label: Plugin status
  22. highlight: 1
  23. default: 0
  24. options:
  25. 1: Enabled
  26. 0: Disabled
  27. validate:
  28. type: bool