AI OnAI Off
Remove the VPP-setting for the Util directory (in EPiServer.config) and copy the entire Util-directory from the Application dir under Program Files into your project root. Then you can edit files as much as you like.
If you just copy the files without removing the VPP-setting it will still be the files "linked in" from Program Files that are used. But if you add your own custom plugins or other "new" files you CAN have them locally under a Util-path and they will mix with the VPP-linked files.
Hello,
is there a possibillity to to change the location of TinyMCE? We have made some changes in tiny_mce.js (C:\Program Files (x86)\EPiServer\CMS\6.1.379.0\Application\Util\Editor\tinymce) and need to have it in the project for handy deploying.
I would appreciate any tip on how to move TinyMCE into the web site structure and still have it used by Admin mode.