default.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. title: Aura
  2. '@extends':
  3. type: default
  4. context: blueprints://pages
  5. form:
  6. fields:
  7. tabs:
  8. type: tabs
  9. active: 1
  10. fields:
  11. options:
  12. type: tab
  13. title: PLUGIN_ADMIN.OPTIONS
  14. fields:
  15. publishing:
  16. type: section
  17. title: PLUGIN_ADMIN.PUBLISHING
  18. underline: true
  19. fields:
  20. header.metadata:
  21. unset@: true
  22. aura:
  23. type: tab
  24. title: Aura
  25. fields:
  26. header.aura.pagetype:
  27. type: select
  28. label: Page Type
  29. size: medium
  30. options:
  31. website: Website (default)
  32. article: Article
  33. validate:
  34. required: true
  35. header.aura.description:
  36. type: text
  37. size: long
  38. label: 'Page Description'
  39. description: 'Recommended length 140-160 characters.'
  40. header.aura.image:
  41. type: filepicker
  42. label: Preview Image
  43. preview_images: true
  44. description: 'Recommended size 1920x1080px in .jpg, .png or .gif format only. If not specified, will default to the first image found in the page''s folder.'
  45. header.aura.metadata:
  46. toggleable: true
  47. type: array
  48. label: Additional Metadata
  49. placeholder_key: PLUGIN_ADMIN.METADATA_KEY
  50. placeholder_value: PLUGIN_ADMIN.METADATA_VALUE