Created
September 22, 2016 10:23
-
-
Save ogrosko/5126ebe7249066b26007b46970327475 to your computer and use it in GitHub Desktop.
Typo3 RTE table class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib.parseFunc_RTE { | |
externalBlocks { | |
table { | |
stdWrap { | |
wrap = <div class="table-responsive">|</div> | |
HTMLparser.tags.table.fixAttrib.class.list:= addToList(table-bordered) | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table_class_list: [ | |
{title: 'None', value: ''}, | |
{title: 'Bordered table', value: 'table-bordered'} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment