Skip to content
Snippets Groups Projects
Commit 5b7cbd4a authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[FEATURE] Adds a state hover effect to the unlink buttons

parent 850308f5
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,8 @@ var plugin = tinymce.PluginManager.add('typo3filemanager', function(editor, url)
title: 'Unlink',
icon: 'unlink',
shortcut: 'Ctrl+M',
cmd: 'unlink'
cmd: 'unlink',
stateSelector: 'a[href]'
});
//editor.addButton('typo3image', {
......@@ -143,7 +144,8 @@ var plugin = tinymce.PluginManager.add('typo3filemanager', function(editor, url)
prependToContext: true,
shortcut: 'Ctrl+M',
icon: 'unlink',
cmd: 'unlink'
cmd: 'unlink',
stateSelector: 'a[href]'
});
editor.addMenuItem('typo3link', {
......
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