Allows grid rte to be distraction-free, the parameter was not being passed but it can be configured

This commit is contained in:
Shannon
2019-02-01 14:02:45 +11:00
parent 3eb6cd9e21
commit d7d82ea98d

View File

@@ -30,7 +30,8 @@ angular.module("umbraco.directives")
promises.push(tinyMceService.getTinyMceEditorConfig({
htmlId: scope.uniqueId,
stylesheets: scope.configuration ? scope.configuration.stylesheets : null,
toolbar: toolbar
toolbar: toolbar,
mode: scope.configuration.mode
}));
// pin toolbar to top of screen if we have focus and it scrolls off the screen