CK_editor und table-Klasse für bootstrap
Im Frontend wird immer conttentable als Klasse für Tabellen ausgegeben.
Ändern durch Konfiguration im RTE:
config: stylesSet: - { name: "Table borderless", element: "table", attributes: { 'class': 'table' } }
und im TS
lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.list := addToList(table)