text.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. title: Text
  2. '@extends': default
  3. form:
  4. fields:
  5. tabs:
  6. fields:
  7. content:
  8. fields:
  9. header.media_order:
  10. label: Page Media (first one will be displayed next to your content)
  11. header.image_align:
  12. type: select
  13. label: Image position
  14. classes: fancy
  15. default: left
  16. options:
  17. 'left': 'Left'
  18. 'right': 'Right'
  19. options:
  20. fields:
  21. date:
  22. type: section
  23. title: Dates
  24. underline: true
  25. fields:
  26. columns:
  27. type: columns
  28. fields:
  29. column1:
  30. type: column
  31. fields:
  32. header.date:
  33. type: datetime
  34. label: Date-start
  35. help: PLUGIN_ADMIN.DATE_HELP
  36. style: vertical
  37. column2:
  38. type: column
  39. fields:
  40. header.date_end:
  41. type: datetime
  42. label: Date-end
  43. help: PLUGIN_ADMIN.DATE_HELP
  44. style: vertical