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 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. name: Highlight
  2. version: 1.3.2
  3. description: "This plugin provides code highlighting functionality via the [Highlight.js](https://highlightjs.org/) jQuery plugin."
  4. icon: code
  5. author:
  6. name: Team Grav
  7. email: devs@getgrav.org
  8. url: http://getgrav.org
  9. homepage: https://github.com/getgrav/grav-plugin-highlight
  10. demo: http://learn.getgrav.org
  11. keywords: highlight, plugin, code
  12. bugs: https://github.com/getgrav/grav-plugin-highlight/issues
  13. license: MIT
  14. form:
  15. validation: strict
  16. fields:
  17. enabled:
  18. type: toggle
  19. label: PLUGIN_ADMIN.PLUGIN_STATUS
  20. highlight: 1
  21. default: 0
  22. options:
  23. 1: PLUGIN_ADMIN.ENABLED
  24. 0: PLUGIN_ADMIN.DISABLED
  25. validate:
  26. type: bool
  27. theme:
  28. type: select
  29. label: CSS Theme
  30. default: default
  31. options:
  32. default: Default
  33. monokai: Monokai
  34. learn: Grav Learn
  35. railscasts: Railscasts
  36. arta: Arta
  37. ascetic: Ascetic
  38. brown-paper: Brown Paper
  39. atelier-dune.dark: Atelier Dune Dark
  40. atelier-dune.light: Atelier Dune Light
  41. atelier-forest.dark: Atelier Forest Dark
  42. atelier-forest.light: Atelier Forest Light
  43. atelier-heath.dark: Atelier Heath Dark
  44. atelier-heath.light: Atelier Heath Light
  45. atelier-lakeside.dark: Atelier Lakeside Dark
  46. atelier-lakeside.light: Atelier Lakeside Light
  47. atelier-seaside.dark: Atelier Seaside Dark
  48. atelier-seaside.light: Atelier Seaside Light
  49. brown_paper: Brown Paper
  50. codepen-embed: Codepen Embed
  51. color-brewer: Color Brewer
  52. dark: Dark
  53. docco: Docco
  54. far: Far
  55. foundation: Foundation
  56. github: Github
  57. googlecode: GoogleCode
  58. grayscale: Grayscale
  59. hopscotch: Hopscotch
  60. hybrid: Hybrid
  61. idea: Idea
  62. ir-black: IR-Black
  63. kimbie.dark: Kimbie Dark
  64. kimbie.light: Kimbie Light
  65. magula: Magula
  66. mono-blue: Mono Blue
  67. monokai-sublime: Monokai Sublime
  68. obsidian: Obsidian
  69. paraiso-dark: Paraiso Dark
  70. paraiso-light: Paraiso Light
  71. pojoaque: Pojoaque
  72. rainbow: Rainbow
  73. school-book: School Book
  74. solarized-dark: Solarized Dark
  75. solarized-light: Solarized Light
  76. sunburst: Sunburst
  77. tomorrow-night-blue: Tomorrow Night Blue
  78. tomorrow-night-bright: Tomorrow Night Bright
  79. tomorrow-night-eighties: Tomorrow Night Eighties
  80. tomorrow-night: Tomorrow Night
  81. tomorrow: Tomorrow
  82. vs: VS
  83. xcode: XCode
  84. zenburn: Zenburn