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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/solr/3.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 V7.6,列数的默认值_Typo3_Typo3 7.6.x - Fatal编程技术网

TYPO3 V7.6,列数的默认值

TYPO3 V7.6,列数的默认值,typo3,typo3-7.6.x,Typo3,Typo3 7.6.x,如何在第Tconfig页中设置TYPO3 V7.6中“列数”的默认值?在早期版本中,可以使用TCEFORM.tt_content.imagecols=1。如果我在V7.6TCEFORM.tt_content.imagecols=1中设置,则设置哪个值没有什么不同。始终有imagecols=2集 我有PHP7.0.7,并使用渲染扩展fluid_styled_内容(而不是css_styled_内容)。我有什么遗漏吗 提前感谢你的帮助 TCAdefaults.tt_content.imagecols

如何在第Tconfig页中设置TYPO3 V7.6中“列数”的默认值?在早期版本中,可以使用
TCEFORM.tt_content.imagecols=1
。如果我在V7.6
TCEFORM.tt_content.imagecols=1中设置,则设置哪个值没有什么不同。始终有
imagecols=2

我有PHP7.0.7,并使用渲染扩展fluid_styled_内容(而不是css_styled_内容)。我有什么遗漏吗

提前感谢你的帮助

TCAdefaults.tt_content.imagecols = 1
在TYPO3 7.6.11中对我有效

TCEFORM.tt_content.imagecols.config.default=1
不工作,如op所述

请注意:如果在保存内容后切换内容类型,则此配置永远不会工作:


呈现扩展对通过
TCEFORM
配置的内容没有影响,它只与后端表单中的默认值相关(FormEngine,以前称为TCEforms。您到底想实现什么?是要设置前端的列数,还是要设置表单中提供的默认值?我想在后端表单中为内容元素“文本和媒体”实现“列数”“in tab外观”的默认值设置为1。我今天晚些时候会检查这一点,这对我来说似乎是个错误。谢谢,这太好了。我刚刚在6.2和7.6上尝试过,但在这两个版本上都不起作用。我在手册中查找了它,根据,以下应该可以起作用:
TCEFORM.tt_content.imagecols.config.default=5
-但它不起作用.好的,谢谢你的提示。正如你提到的,这仍然是有缺陷的,并且不是所有情况下都稳定的。希望它能在进一步的更新中修复。