Project

General

Profile

Actions

Feature #81676

open

CKeditor - set table classes only in YAML file without adjusting lib.parseFunc_RTE settings

Added by Samuel Heinz almost 7 years ago. Updated over 5 years ago.

Status:
New
Priority:
Could have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2017-06-22
Due date:
% Done:

0%

Estimated time:
PHP Version:
7.1
Tags:
Complexity:
Sprint Focus:

Description

Added a new table class in CKEditor.yaml, it's available correctly in BE source code and still after saving the CE.

CKEditor.yaml

editor:
  config:
    stylesSet:
      - { name: "Table borderless", element: "table", attributes: { 'class': 'contenttable contenttable--borderless' } }

But in FE there is only

<table class="contenttable">
...
</table


Files

contenttable.png (68.2 KB) contenttable.png Sebastian Stein, 2017-07-25 14:18
Actions

Also available in: Atom PDF