No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

blueprints.yaml 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. name: Breadcrumbs
  2. version: 1.5.0
  3. description: The **Breadcrumbs** plugin provides a simple method to display the depth of your content/navigation structure.
  4. icon: caret-square-o-right
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-plugin-breadcrumbs
  10. demo: http://demo.getgrav.org/blog-skeleton
  11. keywords: breadcrumbs, plugin, navigation, depth
  12. bugs: https://github.com/getgrav/grav-plugin-breadcrumbs/issues
  13. license: MIT
  14. form:
  15. validation: strict
  16. fields:
  17. enabled:
  18. type: toggle
  19. label: Plugin status
  20. highlight: 1
  21. default: 1
  22. options:
  23. 1: Enabled
  24. 0: Disabled
  25. validate:
  26. type: bool
  27. show_all:
  28. type: toggle
  29. label: Show even with one item
  30. highlight: 1
  31. default: 1
  32. options:
  33. 1: Enabled
  34. 0: Disabled
  35. validate:
  36. type: bool
  37. built_in_css:
  38. type: toggle
  39. label: Use built in CSS
  40. highlight: 1
  41. default: 1
  42. options:
  43. 1: Enabled
  44. 0: Disabled
  45. validate:
  46. type: bool
  47. include_home:
  48. type: toggle
  49. label: Include Home
  50. highlight: 1
  51. default: 1
  52. options:
  53. 1: Enabled
  54. 0: Disabled
  55. validate:
  56. type: bool
  57. icon_home:
  58. type: text
  59. size: medium
  60. label: Icon Home
  61. default: ''
  62. icon_divider_classes:
  63. type: text
  64. size: medium
  65. label: Icon Divider Classes
  66. default: 'fa fa-angle-right'
  67. link_trailing:
  68. type: toggle
  69. label: Link Trailing
  70. highlight: 1
  71. default: 0
  72. options:
  73. 1: Enabled
  74. 0: Disabled
  75. validate:
  76. type: bool