我们可以在typo3中为父内容元素创建子内容元素吗?

时间:2012-12-06 12:23:37

标签: typo3 typoscript

是否可以为其中一个创建子内容元素 内容页面。我不想调用n个子页面

这是我目前的结构:

Main page
    ->Sub Page One
      -> Main content one Sub page One
    ->Sub Page Two
      -> Main content one Sub page Two
And i need like this :
     Main page
        ->Sub Page One
             -> Main content one Sub page One (Child One)
                   -> Sub  content of Main content (Child One Sub Child)
        ->Sub Page Two
             -> Main content one Sub page Two (Child Two)
                   -> Sub  content of Main content (Child Two Sub Child)

1 个答案:

答案 0 :(得分:0)

可以在页面上“滑动”内容。本文有一些关于它的例子http://wiki.typo3.org/Content_Slide

当您使用TemplaVoila时,您应该查看扩展程序kb_tv_cont_slide http://typo3.org/extensions/repository/view/kb_tv_cont_slide

此外,您还可以引用现有的内容元素。这可以通过“创建参考”选项轻松完成。