blueprints.yaml 871 B

1234567891011121314151617181920212223242526272829303132
  1. name: Figureslibres V2
  2. slug: figureslibres-v2
  3. type: theme
  4. version: 0.1.0
  5. description: Refonte du site du collectif Figures Libres
  6. icon: rebel
  7. author:
  8. name: Valentin Le Moign
  9. email: valentin_le_moign@figureslibres.io
  10. homepage: https://github.com/valentin-le-moign/grav-theme-figureslibres-v2
  11. demo: http://demo.yoursite.com
  12. keywords: grav, theme, etc
  13. bugs: https://github.com/valentin-le-moign/grav-theme-figureslibres-v2/issues
  14. readme: https://github.com/valentin-le-moign/grav-theme-figureslibres-v2/blob/develop/README.md
  15. license: MIT
  16. dependencies:
  17. - { name: grav, version: '>=1.6.0' }
  18. form:
  19. validation: loose
  20. fields:
  21. dropdown.enabled:
  22. type: toggle
  23. label: Dropdown in Menu
  24. highlight: 1
  25. default: 1
  26. options:
  27. 1: PLUGIN_ADMIN.ENABLED
  28. 0: PLUGIN_ADMIN.DISABLED
  29. validate:
  30. type: bool