Actions
Feature #81676
openCKeditor - set table classes only in YAML file without adjusting lib.parseFunc_RTE settings
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
Actions