modular.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. title: PLUGIN_ADMIN.MODULAR
  2. @extends:
  3. type: default
  4. context: blueprints://pages
  5. form:
  6. fields:
  7. tabs:
  8. type: tabs
  9. active: 1
  10. fields:
  11. content:
  12. fields:
  13. header.content.items:
  14. type: select
  15. label: PLUGIN_ADMIN.ITEMS
  16. default: '@self.modular'
  17. options:
  18. '@self.modular': Children
  19. header.content.order.by:
  20. type: select
  21. label: PLUGIN_ADMIN.ORDER_BY
  22. default: date
  23. options:
  24. folder: PLUGIN_ADMIN.FOLDER
  25. title: PLUGIN_ADMIN.TITLE
  26. date: PLUGIN_ADMIN.DATE
  27. default: PLUGIN_ADMIN.DEFAULT
  28. header.content.order.dir:
  29. type: select
  30. label: PLUGIN_ADMIN.ORDER
  31. default: desc
  32. options:
  33. asc: PLUGIN_ADMIN.ASCENDING
  34. desc: PLUGIN_ADMIN.DESCENDING
  35. header.process:
  36. type: ignore
  37. content:
  38. type: ignore
  39. uploads:
  40. type: ignore