Create html templates and upoad to assets/templates Add templates list to /assets/plugins/tinymce3101/tinymce.functions.php at around line 212 Code: $tinymceInit .= " template_templates : [ { title : "Images - single", src : "/assets/templates/images-row-1.html", description : "Add single image + caption " }, { title : "Images - 4 in a row", src : "/assets/templates/images-row-4.html", description : "Add 4 images in a row + caption" } ]".",
"; Add 'template' to the TinyMCE custom button configuration string in the Manager under Tools > Configuration > Interface & features, eg on button row 2: |