We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c91b82 commit db4509dCopy full SHA for db4509d
src/Umbraco.Web.UI.Client/src/common/directives/grid/grid.rte.directive.js
@@ -226,7 +226,7 @@ angular.module("umbraco")
226
tinyMceService.createInsertEmbeddedMedia(editor, scope);
227
228
//Create the insert link plugin
229
- tinyMceService.createLinkPicker(editor, scope);
+ //tinyMceService.createLinkPicker(editor, scope);
230
231
//Create the insert macro plugin
232
tinyMceService.createInsertMacro(editor, scope);
0 commit comments