blueprints.yaml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. name: Aura
  2. slug: aura
  3. type: plugin
  4. version: 2.1.2
  5. description: Automatically add meta tags and structured data to your pages for visually appealing and informative search results and social media sharing.
  6. icon: code
  7. author:
  8. name: Matt Mulhall
  9. email: matt@theskylab.net
  10. url: https://www.theskylab.net
  11. homepage: https://github.com/matt-j-m/grav-plugin-aura
  12. keywords: seo, structured data, open graph
  13. bugs: https://github.com/matt-j-m/grav-plugin-aura/issues
  14. license: MIT
  15. dependencies:
  16. - { name: grav, version: '>=1.7.0' }
  17. form:
  18. validation: strict
  19. fields:
  20. enabled:
  21. type: toggle
  22. label: PLUGIN_ADMIN.PLUGIN_STATUS
  23. highlight: 1
  24. default: 0
  25. options:
  26. 1: PLUGIN_ADMIN.ENABLED
  27. 0: PLUGIN_ADMIN.DISABLED
  28. validate:
  29. type: bool
  30. output-heading:
  31. type: section
  32. title: Output Options
  33. text: '<em>Enable any or all of the following options to include the relevant tags and metadata in each page.</em>'
  34. underline: true
  35. output-sd:
  36. type: toggle
  37. label: schema.org Structured Data (Google, Microsoft, Yahoo!, Yandex)
  38. highlight: 1
  39. default: 1
  40. options:
  41. 1: Enabled
  42. 0: Disabled
  43. validate:
  44. type: bool
  45. output-og:
  46. type: toggle
  47. label: Open Graph (Facebook, Pinterest)
  48. highlight: 1
  49. default: 1
  50. options:
  51. 1: Enabled
  52. 0: Disabled
  53. validate:
  54. type: bool
  55. output-twitter:
  56. type: toggle
  57. label: Twitter Card
  58. highlight: 1
  59. default: 1
  60. options:
  61. 1: Enabled
  62. 0: Disabled
  63. validate:
  64. type: bool
  65. output-linkedin:
  66. type: toggle
  67. label: LinkedIn Article
  68. highlight: 1
  69. default: 1
  70. options:
  71. 1: Enabled
  72. 0: Disabled
  73. validate:
  74. type: bool
  75. org-heading:
  76. type: section
  77. title: Organization Information
  78. underline: true
  79. org-name:
  80. type: text
  81. size: large
  82. label: Name
  83. validate:
  84. required: true
  85. org-url:
  86. type: text
  87. size: large
  88. label: URL
  89. validate:
  90. required: true
  91. org-logo:
  92. type: file
  93. size: large
  94. label: Logo (minimum 112x112px .jpg, .png or .gif format only)
  95. multiple: false
  96. destination: 'user/images'
  97. accept:
  98. - .jpg
  99. - .png
  100. - .gif
  101. org-facebook-url:
  102. type: text
  103. size: large
  104. label: Facebook URL
  105. placeholder: 'https://www.facebook.com/username'
  106. org-facebook-appid:
  107. type: text
  108. size: large
  109. label: Facebook App ID
  110. placeholder: '1234567890'
  111. org-twitter-user:
  112. type: text
  113. size: large
  114. label: Twitter Username
  115. placeholder: 'username'
  116. org-instagram-url:
  117. type: text
  118. size: large
  119. label: Instagram URL
  120. placeholder: 'https://www.instagram.com/username/'
  121. org-linkedin-url:
  122. type: text
  123. size: large
  124. label: LinkedIn URL
  125. placeholder: 'https://www.linkedin.com/company/company-name/'
  126. org-pinterest-url:
  127. type: text
  128. size: large
  129. label: Pinterest URL
  130. placeholder: 'https://www.pinterest.com/username/'
  131. org-youtube-url:
  132. type: text
  133. size: large
  134. label: YouTube URL
  135. placeholder: 'https://www.youtube.com/username'
  136. org-wikipedia-url:
  137. type: text
  138. size: large
  139. label: Wikipedia URL
  140. placeholder: "https://en.wikipedia.org/wiki/Company"