mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Fixes #825 = TinyMce config now allows for json markup. Example html template added.
This commit is contained in:
16
e107_plugins/tinymce4/snippets/bootstrap_table.htm
Normal file
16
e107_plugins/tinymce4/snippets/bootstrap_table.htm
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- This will not be inserted -->
|
||||
<div class="mceTmpl">
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th scope="col">Heading 1</th>
|
||||
<th scope="col">Heading 2</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Example 1 </td>
|
||||
<td>Example 2 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Example 3</td>
|
||||
<td>Example 4</td>
|
||||
</tr>
|
||||
</table></div>
|
Reference in New Issue
Block a user