t3solution / t3sbootstrap

Startup extension to use bootstrap 5 classes, components and more out of the box.
GNU General Public License v2.0
24 stars 20 forks source link

Bootstrap 5 table classes and images #401

Open MV-1 opened 1 month ago

MV-1 commented 1 month ago

Maybe I'm wrong, but tables with CKEditor 5 seems to be a step backwards compared to version 4. Is it possible to use Bootstrap 5 classes? Is it possible to use images in a table?

I try to upgrade from Typo3 11 to 12 / t3sbootstrap 5.2.13 to 5.3.3

Michael

MV-1 commented 2 weeks ago

You could add this to your MyCustomPreset.yaml as an example:

htmlSupport: allow:

and mention to enable the classes in TypoScript Setup for frontend rendering too:

lib.parseFunc_RTE.externalBlocks.table.stdWrap.HTMLparser.tags.table.fixAttrib.class.list = contenttable, MyClass, ...

br, Michael