Guest User

Untitled

a guest
Jun 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. templavoila.wizards.newContentElement.renderMode = tabs
  2.  
  3. tmp.wizards < templavoila.wizards.newContentElement.wizardItems
  4. templavoila.wizards.newContentElement.wizardItems >
  5.  
  6. templavoila.wizards.newContentElement.wizardItems {
  7. common < tmp.wizards.common
  8. common.elements {
  9. mailform < tmp.wizards.forms.elements.mailform
  10. html < tmp.wizards.special.elements.html
  11. tabbedContent {
  12. title = Tabbed Content Container
  13. description = Render content in tabbed panes.
  14. icon = gfx/c_wiz/user_defined.gif
  15. tt_content_defValues {
  16. CType = templavoila_pi1
  17. tx_templavoila_ds = typo3conf/ext/t3site/Templates/ds/fce/Main Tabbed Content.xml
  18. tx_templavoila_to = 3
  19. }
  20. }
  21. accordionContent {
  22. title = Accordion Content Container
  23. description = Render content in accordion panes.
  24. icon = gfx/c_wiz/user_defined.gif
  25. tt_content_defValues {
  26. CType = templavoila_pi1
  27. tx_templavoila_ds = typo3conf/ext/t3site/Templates/ds/fce/Main Accordion Content.xml
  28. tx_templavoila_to = 4
  29. }
  30. }
  31. media < tmp.wizards.special.elements.media
  32. menu < tmp.wizards.special.elements.menu
  33. uploads < tmp.wizards.special.elements.uploads
  34. }
  35. common.show = text,textpic,image,html,tabbedContent,accordionContent,media,menu,uploads,mailform
  36. common.header = TYPO3 content elements
  37.  
  38. client {
  39. header = Tides content elements
  40. elements {
  41. t3site_maincallout {
  42. title = Main Content Area Callout Box
  43. description = Used to offer a visual callout for content in the main column.
  44. icon = gfx/c_wiz/user_defined.gif
  45. tt_content_defValues {
  46. CType = t3site_maincallout
  47. }
  48. }
  49. t3site_maintout {
  50. title = Main Content Area Graphical Tout
  51. description = Used to offer a graphical content tout in the main column.
  52. icon = gfx/c_wiz/user_defined.gif
  53. tt_content_defValues {
  54. CType = t3site_maintout
  55. }
  56. }
  57. t3site_sidebarpagelinks {
  58. title = Sidebar Page links
  59. description = Contains link to specific pages in the sidebar column
  60. icon = gfx/c_wiz/user_defined.gif
  61. tt_content_defValues {
  62. CType = t3site_sidebarpagelinks
  63. }
  64. }
  65. t3site_sidebarcasestudies {
  66. title = Sidebar File Downloads
  67. description = A list of downloadable files in the sidebar column
  68. icon = gfx/c_wiz/user_defined.gif
  69. tt_content_defValues {
  70. CType = t3site_sidebarcasestudies
  71. }
  72. }
  73. t3site_sidebartopfive {
  74. title = Sidebar Top Five List
  75. description = Contains a top five list in the sidebar column
  76. icon = gfx/c_wiz/user_defined.gif
  77. tt_content_defValues {
  78. CType = t3site_sidebartopfive
  79. }
  80. }
  81. t3site_sidebarcallout {
  82. title = Sidebar Callout Box
  83. description = Used to offer a visual callout for publications, etc. in the sidebar column
  84. icon = gfx/c_wiz/user_defined.gif
  85. tt_content_defValues {
  86. CType = t3site_sidebarcallout
  87. }
  88. }
  89. }
  90. show = *
  91. }
  92. plugins < tmp.wizards.plugins
  93. plugins.header = Advanced content elements
  94. }
Add Comment
Please, Sign In to add comment