Actions
Bug #66803
closedRTE defaultExtras doesn’t work in IRRE mode
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2015-05-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
In a TCA included Inline Relational Record Editing mode, I added a field description with a RTE. On this RTE I only want strong and emphasis button.
TCA of the IRRE object :
'description' => array( 'exclude' => 1, 'label' => 'description', 'config' => array( 'type' => 'text', 'cols' => '30', 'rows' => '3' ), 'defaultExtras' => 'richtext[strong|emphasis]:rte_transform[ts]' ),
I have only strong and emphasis in list mode on my IRRE object. But in page mode in my plugin, in my IRRE object there is no button in my RTE field is displayed. My configuration seems not to be used in IRRE mode.
Help would be greatly appreciated.
Regards,
Updated by Christian Kuhn over 7 years ago
- Status changed from New to Resolved
this area got a major overhaul in v8 - config files based on .yml can be referenced and defaultExtras is gone.
Updated by Simon Schaufelberger over 7 years ago
- Related to Bug #70223: TCA defaultExtras not working for RTE config added
Actions