Project

General

Profile

Actions

Bug #102595

open

Not possible to override richtextConfiguration via TSconfig if in a flexform

Added by Sybille Peters 5 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2023-12-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Normally, overriding settings in Flexform via TSconfig is possibly, for example like this:

# TCEFORM.[tableName].[fieldName].[dataStructureKey].[flexSheet].[flexFieldName with escaped dots].[propertyName]
<pre>
TCEFORM.tt_content.pi_flexform.sfregister_create.sDEF.settings\.fields\.selected.addItems.ZZZ = ZZZ
</pre>


see https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/PageTsconfig/TceForm.html

But this does not seem to work with the richtextConfiguration if in a Flexform which would then be overridden with RTE, for example like this:

RTE.config.tx_news_domain_model_news.bodytext.preset = otherpreset

For a Flexform field, it should look for example like this:

RTE.config.tt_content.pi_flexform.powermail_pi1.thx.settings\.flexform\.thx\.body.preset = otherpreset

but this does not work


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #103532: Using TSconfig TCEFORM to change existing flexform field configuration does not workUnder Review2024-04-04

Actions
Actions #1

Updated by Garvin Hicking 23 days ago

  • Related to Bug #103532: Using TSconfig TCEFORM to change existing flexform field configuration does not work added
Actions

Also available in: Atom PDF