Hello,
Hopefully this should be a straight forward one.
Am reading through http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-6-R2/TinyMCE-Developers-Guide/
To add the following plug-in to our Tiny MCE editor.
http://www.eyecatch.no/projects/syntax-highlighting-for-umbraco-and-tinymce-3/
However unsure which file (and where in it) to add the following line.
<add name="TinyMCEPlugins" virtualPath="~/Util/Editor/tinymce/plugins" physicalPath="C:\MyTinyMCEPlugins" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider,EPiServer" />
Im assuming its the web.config??
The line doesnt exist already, as I have noticed a folder full of plugins, such as a spell checker that would be equally as useful.
Many Thanks.
Marc.
Any ideas on this? Seems a really straigh forward process but I seem to missing something obvious!
In a default installation you will find the VPP configuration in EPiServerFramework.config.
Hello,
Hopefully this should be a straight forward one.
Am reading through http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-6-R2/TinyMCE-Developers-Guide/
To add the following plug-in to our Tiny MCE editor.
http://www.eyecatch.no/projects/syntax-highlighting-for-umbraco-and-tinymce-3/
However unsure which file (and where in it) to add the following line.
<add name="TinyMCEPlugins" virtualPath="~/Util/Editor/tinymce/plugins" physicalPath="C:\MyTinyMCEPlugins" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider,EPiServer" />
Im assuming its the web.config??
The line doesnt exist already, as I have noticed a folder full of plugins, such as a spell checker that would be equally as useful.
Many Thanks.
Marc.