1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-18 14:58:05 +02:00

Auto-read new TinyMce snippet files.

This commit is contained in:
Cameron
2016-03-08 19:59:36 -08:00
parent cf90582418
commit 00f8dcdb16
3 changed files with 50 additions and 4 deletions

View File

@ -0,0 +1,8 @@
<!--
Title: Bootstrap Row 2 Column - 4:8
Info: Adds a Bootstrap 3 table at cursor
-->
<div class="mceTmpl">
<div class='col-md-4'>col-md-4</div>
<div class='col-md-8'>col-md-8</div>
</div>

View File

@ -1,4 +1,7 @@
<!-- This will not be inserted -->
<!--
Title: Bootstrap table
Info: Adds a Bootstrap 3 table at cursor
-->
<div class="mceTmpl">
<table class="table table-striped table-bordered">
<tr>