Skip to content

Commit ba414bc

Browse files
committed
Removed plugins which are not compatible with shared-spaces.
1 parent b7fad3b commit ba414bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

plugins/sharedspace/samples/sharedspace.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h3>
6565

6666
CKEDITOR.inline( 'inline1', {
6767
extraPlugins: 'sharedspace',
68-
removePlugins: 'floatingspace',
68+
removePlugins: 'floatingspace,resize',
6969
sharedSpaces: {
7070
top: 'top',
7171
bottom: 'bottom'
@@ -74,7 +74,7 @@ <h3>
7474

7575
CKEDITOR.inline( 'inline2', {
7676
extraPlugins: 'sharedspace',
77-
removePlugins: 'floatingspace',
77+
removePlugins: 'floatingspace,resize',
7878
sharedSpaces: {
7979
top: 'top',
8080
bottom: 'bottom'
@@ -83,6 +83,7 @@ <h3>
8383

8484
CKEDITOR.appendTo( 'framed1', {
8585
extraPlugins: 'sharedspace',
86+
removePlugins: 'maximize,resize',
8687
sharedSpaces: {
8788
top: 'top',
8889
bottom: 'bottom'
@@ -93,6 +94,7 @@ <h3>
9394

9495
CKEDITOR.appendTo( 'framed2', {
9596
extraPlugins: 'sharedspace',
97+
removePlugins: 'maximize,resize',
9698
sharedSpaces: {
9799
top: 'top',
98100
bottom: 'bottom'

0 commit comments

Comments
 (0)