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:
8
e107_plugins/tinymce4/snippets/bootstrap_row48.htm
Normal file
8
e107_plugins/tinymce4/snippets/bootstrap_row48.htm
Normal 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>
|
@ -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>
|
||||
|
Reference in New Issue
Block a user