blueprints.yaml 677 B

123456789101112131415161718192021222324252627
  1. name: Plain
  2. version: 0.1.0
  3. description: basic using foundation
  4. icon: rebel
  5. author:
  6. name: armansansd
  7. email: contact@armansansd.net
  8. homepage: https://github.com/armansansd/grav-theme-basic
  9. demo: http://demo.yoursite.com
  10. keywords: grav, theme, etc
  11. bugs: https://github.com/armansansd/grav-theme-basic/issues
  12. readme: https://github.com/armansansd/grav-theme-basic/blob/develop/README.md
  13. license: MIT
  14. form:
  15. validation: loose
  16. fields:
  17. dropdown.enabled:
  18. type: toggle
  19. label: Dropdown in Menu
  20. highlight: 1
  21. default: 1
  22. options:
  23. 1: PLUGIN_ADMIN.ENABLED
  24. 0: PLUGIN_ADMIN.DISABLED
  25. validate:
  26. type: bool