Is there a possibility to add Bootstrap table-classes to tables created in Typo3 v6.1? I have noticed the setting "Additional CSS Class" when creating a page of type "Table", but:
- it doesn't add any classes to my table
- it doesn't support adding multiple classes (commas, spaces etc. get stripped when saving)
I would to add class="table table-hover" to any table I create. Also, I don't think that I need the default class "contenttable".