[pLog-svn] r7226 - plog/branches/lifetype-1.2/js/tinymce

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Oct 23 03:12:11 EDT 2018


Author: jondaley
Date: 2018-10-23 03:12:10 -0400 (Tue, 23 Oct 2018)
New Revision: 7226

Modified:
   plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
Log:
added new insertyoutube plugin, and removed unused advlist plugins, since we don't have it and it is causing an error

Modified: plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2018-10-23 07:11:36 UTC (rev 7225)
+++ plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2018-10-23 07:12:10 UTC (rev 7226)
@@ -1,4 +1,4 @@
-tinymce_plugins="more,advhr,advimage,advlink,emotions,inlinepopups,insertdatetime,searchreplace,paste,fullscreen,nonbreaking,wordcount,advlist,autosave,insertaudio,insertresource,insertvideo,embed";
+tinymce_plugins="more,advhr,advimage,advlink,emotions,inlinepopups,insertdatetime,searchreplace,paste,fullscreen,nonbreaking,wordcount,autosave,insertaudio,insertresource,insertvideo,insertyoutube,embed";
 
 tinyMCE_GZ.init({
             // user-defined plugins and themes should be identical to those in "tinyMCE.init" below.-->
@@ -22,7 +22,7 @@
                 // Theme options
             theme_advanced_buttons1: "formatselect,fontsizeselect,fontselect,forecolor,backcolor,bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull",
             theme_advanced_buttons2: "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,indent,outdent,blockquote,|,undo,redo,|,hr,advhr,charmap,insertdate,inserttime,nonbreaking,|,fullscreen",
-            theme_advanced_buttons3 : "link,unlink,anchor,|,emotions,image,insertresource,insertaudio,insertvideo,embed,|,code,more,|,cleanup,removeformat",
+            theme_advanced_buttons3 : "link,unlink,anchor,|,emotions,image,insertresource,insertaudio,insertvideo,insertyoutube,embed,|,code,more,|,cleanup,removeformat",
             theme_advanced_buttons4 : "",
             theme_advanced_toolbar_location : "top",
             theme_advanced_toolbar_align : "left",



More information about the pLog-svn mailing list