Project

General

Profile

Bug #102595

Updated by Sybille Peters about 1 month ago

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

 <pre> 
 # TCEFORM.[tableName].[fieldName].[dataStructureKey].[flexSheet].[flexFieldName with escaped dots].[propertyName] 
 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: 

 <pre> 
 RTE.config.tx_news_domain_model_news.bodytext.preset = otherpreset 
 </pre> 


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

 <pre> 
 RTE.config.tt_content.pi_flexform.powermail_pi1.thx.settings\.flexform\.thx\.body.preset = otherpreset 
 </pre> 

 but this does not work. work 



Back