Project

General

Profile

Actions

Bug #66803

closed

RTE defaultExtras doesn’t work in IRRE mode

Added by layen julian about 9 years ago. Updated over 5 years ago.

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,


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #24075: Not possible to configure RTE for flexform fieldsClosedAlexander Opitz2010-11-16

Actions
Related to TYPO3 Core - Bug #70223: TCA defaultExtras not working for RTE configClosed2015-09-30

Actions
Actions #1

Updated by Riccardo De Contardi over 8 years ago

  • Category set to 1600
Actions #2

Updated by Christian Kuhn about 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.

Actions #3

Updated by Simon Schaufelberger almost 7 years ago

  • Related to Bug #70223: TCA defaultExtras not working for RTE config added
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF