Project

General

Profile

Actions

Bug #46146

closed

RTE: Typical config blockstyle for tables did not show in frontend

Added by Martin Kästner over 11 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-03-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

Hi,

with government-package Version 6.0, I found that some of the RTE config 'typical' did not work in frontend.

In RTE you could use the blockstyles
- csc-frame-frame1, csc-frame-frame2
also for p-tags and tables.

But in frontend these classes are not in tables, there are filtered out.

Because of limiting the posible class-names to the list in:
lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.list

So there is a typoscript template needed which adds the two classes to this list:
lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.list := addToList(csc-frame-frame1, csc-frame-frame2)

bye
Martin

Actions

Also available in: Atom PDF