blueprints.yaml 901 B

123456789101112131415161718192021222324252627282930313233343536
  1. name: Childlist
  2. slug: childlist
  3. type: plugin
  4. version: 0.1.0
  5. description: display a list of children page in admin
  6. icon: plug
  7. author:
  8. name: armansansd
  9. email: contact@armansansd.net
  10. homepage: https://github.com/armansansd/grav-plugin-childlist
  11. demo: http://demo.yoursite.com
  12. keywords: grav, plugin, etc
  13. bugs: https://github.com/armansansd/grav-plugin-childlist/issues
  14. docs: https://github.com/armansansd/grav-plugin-childlist/blob/develop/README.md
  15. license: MIT
  16. dependencies:
  17. - { name: grav, version: '>=1.6.0' }
  18. form:
  19. validation: loose
  20. fields:
  21. enabled:
  22. type: toggle
  23. label: PLUGIN_ADMIN.PLUGIN_STATUS
  24. highlight: 1
  25. default: 0
  26. options:
  27. 1: PLUGIN_ADMIN.ENABLED
  28. 0: PLUGIN_ADMIN.DISABLED
  29. validate:
  30. type: bool
  31. text_var:
  32. type: text
  33. label: PLUGIN_CHILDLIST.TEXT_VARIABLE
  34. help: PLUGIN_CHILDLIST.TEXT_VARIABLE_HELP