Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typo3 键入3内容包装取代了我自己的div我的内容1_Typo3 - Fatal编程技术网

Typo3 键入3内容包装取代了我自己的div我的内容1

Typo3 键入3内容包装取代了我自己的div我的内容1,typo3,Typo3,从边界内容区我添加了3个不同的内容区显示前端。每次此内容都会包装AAAAA AAAAA 很简单,我希望它在下面的东西下扭曲,比如我的内容1我的内容2我的内容3 或 我怎样才能像我想要的那样包装内容呢?我不确定这是否就是你想要的,但是你试过这样的东西吗 # Append another wrap to the content elements tt_content.stdWrap.innerWrap.cObject.default.20.40 = CASE tt_content.stdWrap.i

从边界内容区我添加了3个不同的内容区显示前端。每次此内容都会包装AAAAA AAAAA

很简单,我希望它在下面的东西下扭曲,比如我的内容1我的内容2我的内容3


我怎样才能像我想要的那样包装内容呢?我不确定这是否就是你想要的,但是你试过这样的东西吗

# Append another wrap to the content elements
tt_content.stdWrap.innerWrap.cObject.default.20.40 = CASE
tt_content.stdWrap.innerWrap.cObject.default.20.40 {
  key.field = colPos

  # If nothing other colPos case is set below
  default = TEXT
  default.value = colDefault
  default.noTrimWrap = | ||

  # 10 is in this case the colPos 10 set in the BackendLayout or else
  10 < .default
  10.value = colContent_1

  # 11 is in this case the colPos 10 set in the BackendLayout or else
  11 < .default
  11.value = colContent_2
}
# Append another wrap to the content elements
tt_content.stdWrap.innerWrap.cObject.default.20.40 = CASE
tt_content.stdWrap.innerWrap.cObject.default.20.40 {
  key.field = colPos

  # If nothing other colPos case is set below
  default = TEXT
  default.value = colDefault
  default.noTrimWrap = | ||

  # 10 is in this case the colPos 10 set in the BackendLayout or else
  10 < .default
  10.value = colContent_1

  # 11 is in this case the colPos 10 set in the BackendLayout or else
  11 < .default
  11.value = colContent_2
}