为 TCEFORM 设置默认图像方向
set default imageorient for TCEFORM
我想设置 TCEFORM 的默认图像方向。
标准值为 17,但我想使用 18。
所以我像这里提到的那样尝试了 https://forge.typo3.org/issues/16676
这两种方法在我的 PageTsConfig.ts:
TCEFORM.tt_content.imageorient.default = 18
TCAdefaults.tt_content.imageorient = 18
和
mod.wizards.newContentElement.wizardItems.common.elements.image.tt_content_defValues.imageorient = 18
mod.wizards.newContentElement.wizardItems.common.elements.textpic.tt_content_defValues.imageorient = 18
但两者都不起作用。
有什么提示可以实现吗?
在我的 cas 中是
mod.wizards.newContentElement.wizardItems.common.elements.textmedia.tt_content_defValues.imageorient = 18
取代了
mod.wizards.newContentElement.wizardItems.common.elements.textpic.tt_content_defValues.imageorient = 18
我想设置 TCEFORM 的默认图像方向。 标准值为 17,但我想使用 18。
所以我像这里提到的那样尝试了 https://forge.typo3.org/issues/16676 这两种方法在我的 PageTsConfig.ts:
TCEFORM.tt_content.imageorient.default = 18
TCAdefaults.tt_content.imageorient = 18
和
mod.wizards.newContentElement.wizardItems.common.elements.image.tt_content_defValues.imageorient = 18
mod.wizards.newContentElement.wizardItems.common.elements.textpic.tt_content_defValues.imageorient = 18
但两者都不起作用。
有什么提示可以实现吗?
在我的 cas 中是
mod.wizards.newContentElement.wizardItems.common.elements.textmedia.tt_content_defValues.imageorient = 18
取代了
mod.wizards.newContentElement.wizardItems.common.elements.textpic.tt_content_defValues.imageorient = 18