blueprints.yaml 3.3 KB

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