configure.yaml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. form:
  2. validation: loose
  3. fields:
  4. tabs:
  5. type: tabs
  6. fields:
  7. cache:
  8. type: tab
  9. title: Caching
  10. fields:
  11. object.cache.index.enabled:
  12. type: toggle
  13. toggleable: true
  14. label: PLUGIN_ADMIN.FLEX_INDEX_CACHE_ENABLED
  15. highlight: 1
  16. config-default@: system.flex.cache.index.enabled
  17. options:
  18. 1: PLUGIN_ADMIN.ENABLED
  19. 0: PLUGIN_ADMIN.DISABLED
  20. validate:
  21. type: bool
  22. object.cache.index.lifetime:
  23. type: text
  24. toggleable: true
  25. label: PLUGIN_ADMIN.FLEX_INDEX_CACHE_LIFETIME
  26. config-default@: system.flex.cache.index.lifetime
  27. validate:
  28. type: int
  29. object.cache.object.enabled:
  30. type: toggle
  31. toggleable: true
  32. label: PLUGIN_ADMIN.FLEX_OBJECT_CACHE_ENABLED
  33. highlight: 1
  34. config-default@: system.flex.cache.object.enabled
  35. options:
  36. 1: PLUGIN_ADMIN.ENABLED
  37. 0: PLUGIN_ADMIN.DISABLED
  38. validate:
  39. type: bool
  40. object.cache.object.lifetime:
  41. type: text
  42. toggleable: true
  43. label: PLUGIN_ADMIN.FLEX_OBJECT_CACHE_LIFETIME
  44. config-default@: system.flex.cache.object.lifetime
  45. validate:
  46. type: int
  47. object.cache.render.enabled:
  48. type: toggle
  49. toggleable: true
  50. label: PLUGIN_ADMIN.FLEX_RENDER_CACHE_ENABLED
  51. highlight: 1
  52. config-default@: system.flex.cache.render.enabled
  53. options:
  54. 1: PLUGIN_ADMIN.ENABLED
  55. 0: PLUGIN_ADMIN.DISABLED
  56. validate:
  57. type: bool
  58. object.cache.render.lifetime:
  59. type: text
  60. toggleable: true
  61. label: PLUGIN_ADMIN.FLEX_RENDER_CACHE_LIFETIME
  62. config-default@: system.flex.cache.render.lifetime
  63. validate:
  64. type: int