blueprints.yaml 803 B

123456789101112131415161718192021222324252627282930
  1. name: Epau Antimatter
  2. version: 2.2.1
  3. description: "Epau Antimatter is the default theme included with **Grav**"
  4. icon: empire
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-theme-epau_antimatter
  10. demo: http://demo.getgrav.org/blog-skeleton
  11. keywords: epau_antimatter, theme, core, modern, fast, responsive, html5, css3
  12. bugs: https://github.com/getgrav/grav-theme-epau_antimatter/issues
  13. license: MIT
  14. dependencies:
  15. - { name: grav, version: '>=1.5.10' }
  16. form:
  17. validation: loose
  18. fields:
  19. dropdown.enabled:
  20. type: toggle
  21. label: Dropdown in navbar
  22. highlight: 1
  23. default: 1
  24. options:
  25. 1: PLUGIN_ADMIN.ENABLED
  26. 0: PLUGIN_ADMIN.DISABLED
  27. validate:
  28. type: bool