blueprints.yaml 609 B

1234567891011121314151617181920212223242526272829303132333435
  1. name: ARN
  2. version: 1.0.0
  3. description: "Un theme pour le site d'ARN"
  4. icon: group
  5. author:
  6. name: Gyom
  7. email: gyom@nebucca.fr
  8. url:
  9. homepage: hhttp://arn-fai.net
  10. demo: http://arn-fai.net
  11. keywords:
  12. bugs:
  13. license: MIT
  14. form:
  15. validation: loose
  16. fields:
  17. dropdown.enabled:
  18. type: toggle
  19. label: Dropdown in navbar
  20. highlight: 1
  21. default: 0
  22. options:
  23. 1: Enabled
  24. 0: Disabled
  25. validate:
  26. type: bool
  27. color:
  28. type: text
  29. size: medium
  30. label: Color
  31. default: 'blue'
  32. validate:
  33. type: text