blueprints.yaml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. name: Vimeo
  2. version: 1.0.3
  3. description: "**Vimeo** is a plugin that converts markdown video links into the [Vimeo](https://vimeo.com) Universal Embed Code."
  4. icon: vimeo
  5. author:
  6. name: Christian Worreschk
  7. email: cw@marsec.de
  8. homepage: https://github.com/cworreschk/grav-plugin-vimeo
  9. keywords: vimeo, markdown, video, embed, iframe
  10. bugs: https://github.com/cworreschk/grav-plugin-vimeo/issues
  11. docs: https://github.com/cworreschk/grav-plugin-vimeo/blob/master/README.md
  12. license: MIT
  13. form:
  14. validation: strict
  15. fields:
  16. tabs:
  17. type: tabs
  18. active: 1
  19. class: subtle
  20. fields:
  21. general:
  22. type: tab
  23. title: PLUGIN_VIMEO.GENERAL
  24. fields:
  25. enabled:
  26. type: toggle
  27. label: PLUGIN_VIMEO.PLUGIN_STATUS
  28. highlight: 1
  29. default: 0
  30. options:
  31. 1: PLUGIN_VIMEO.ENABLED
  32. 0: PLUGIN_VIMEO.DISABLED
  33. validate:
  34. type: bool
  35. plugin_css:
  36. type: toggle
  37. label: PLUGIN_VIMEO.PLUGIN_CSS
  38. help: PLUGIN_VIMEO.PLUGIN_CSS_HELP
  39. highlight: 1
  40. default: 1
  41. options:
  42. 1: PLUGIN_VIMEO.ENABLED
  43. 0: PLUGIN_VIMEO.DISABLED
  44. validate:
  45. type: bool
  46. editor_button:
  47. type: toggle
  48. label: PLUGIN_VIMEO.EDITOR_BUTTON
  49. help: PLUGIN_VIMEO.EDITOR_BUTTON_HELP
  50. highlight: 1
  51. default: 1
  52. options:
  53. 1: PLUGIN_VIMEO.ENABLED
  54. 0: PLUGIN_VIMEO.DISABLED
  55. validate:
  56. type: bool
  57. player_parameters:
  58. type: tab
  59. title: PLUGIN_VIMEO.PLAYER
  60. fields:
  61. player_parameters.autoplay:
  62. type: toggle
  63. label: PLUGIN_VIMEO.AUTOPLAY
  64. help: PLUGIN_VIMEO.AUTOPLAY_HELP
  65. highlight: 1
  66. default: 0
  67. options:
  68. 1: PLUGIN_VIMEO.ENABLED
  69. 0: PLUGIN_VIMEO.DISABLED
  70. validate:
  71. type: bool
  72. player_parameters.autopause:
  73. type: toggle
  74. label: PLUGIN_VIMEO.AUTOPAUSE
  75. help: PLUGIN_VIMEO.AUTOPAUSE_HELP
  76. highlight: 1
  77. default: 1
  78. options:
  79. 1: PLUGIN_VIMEO.ENABLED
  80. 0: PLUGIN_VIMEO.DISABLED
  81. validate:
  82. type: bool
  83. player_parameters.loop:
  84. type: toggle
  85. label: PLUGIN_VIMEO.LOOP
  86. help: PLUGIN_VIMEO.LOOP_HELP
  87. highlight: 1
  88. default: 0
  89. options:
  90. 1: PLUGIN_VIMEO.ENABLED
  91. 0: PLUGIN_VIMEO.DISABLED
  92. validate:
  93. type: bool
  94. player_parameters.player_id:
  95. type: text
  96. label: PLUGIN_VIMEO.PLAYER_ID
  97. size: medium
  98. help: PLUGIN_VIMEO.PLAYER_ID_HELP
  99. player_parameters.view:
  100. type: section
  101. title: PLUGIN_VIMEO.PLAYER_VIEW
  102. text: PLUGIN_VIMEO.PLAYER_VIEW_TEXT
  103. underline: true
  104. fields:
  105. player_parameters.title:
  106. type: toggle
  107. label: PLUGIN_VIMEO.TITLE
  108. help: PLUGIN_VIMEO.TITLE_HELP
  109. highlight: 1
  110. default: 1
  111. options:
  112. 1: PLUGIN_VIMEO.ENABLED
  113. 0: PLUGIN_VIMEO.DISABLED
  114. validate:
  115. type: bool
  116. player_parameters.portrait:
  117. type: toggle
  118. label: PLUGIN_VIMEO.PORTRAIT
  119. help: PLUGIN_VIMEO.PORTRAIT_HELP
  120. highlight: 1
  121. default: 1
  122. options:
  123. 1: PLUGIN_VIMEO.ENABLED
  124. 0: PLUGIN_VIMEO.DISABLED
  125. validate:
  126. type: bool
  127. player_parameters.byline:
  128. type: toggle
  129. label: PLUGIN_VIMEO.BYLINE
  130. help: PLUGIN_VIMEO.BYLINE_HELP
  131. highlight: 1
  132. default: 1
  133. options:
  134. 1: PLUGIN_VIMEO.ENABLED
  135. 0: PLUGIN_VIMEO.DISABLED
  136. validate:
  137. type: bool
  138. player_parameters.color:
  139. type: colorpicker
  140. label: PLUGIN_VIMEO.COLOR
  141. help: PLUGIN_VIMEO.COLOR_HELP
  142. highlight: 1
  143. default: "#00adef"