Skip to content
Snippets Groups Projects
Commit 9732ec4d authored by Sigfried Arnold's avatar Sigfried Arnold
Browse files

relative path is wrong since the plugin is not in default plugin directory

parent a4f9dd6d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ tinymce.PluginManager.add('shy', function(editor) {
editor.addButton('shy', {
title: 'Soft hyphen',
image: tinyMCE.baseURL + '/plugins/shy/icon.png',
image: tinyMCE.baseURL + '/../../Resources/Public/JavaScript/TinymcePlugins/shy/icon.png',
cmd: 'mceShy'
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment