1
0
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:
Cameron
2015-01-29 19:48:31 -08:00
parent 868c586529
commit 968e9d8ee3
3 changed files with 149 additions and 27 deletions

View 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>