tceform.tsconfig 702 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #
  2. # TCEFORM Config
  3. #
  4. TCEFORM {
  5. #
  6. # Content
  7. #
  8. tt_content {
  9. layout.types {
  10. #
  11. # Container elements
  12. #
  13. 1col-container {
  14. altLabels {
  15. 0 = Default
  16. 1 = Container
  17. 2 = Container Fluid
  18. 3 = Container Fluid (no padding)
  19. }
  20. }
  21. 2cols-with-header-container < .1col-container
  22. 3cols-container < .1col-container
  23. #
  24. # Menu elements
  25. #
  26. menu_subpages {
  27. altLabels {
  28. 1 = LLL - Category
  29. }
  30. keepItems = 0,1
  31. }
  32. }
  33. frame_class {
  34. keepItems =
  35. addItems {
  36. default = Default
  37. }
  38. }
  39. }
  40. #
  41. # Pages
  42. #
  43. pages {
  44. }
  45. }