Skip to content

Commit

Permalink
Remove config for row limit from manuals where it's not necessary to …
Browse files Browse the repository at this point in the history
…test default value.
  • Loading branch information
Dumluregn authored and jacekbogdanski committed Feb 13, 2020
1 parent a1377df commit 8f06cb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,14 @@ <h2>Inline editor:</h2>

<script>
CKEDITOR.replace( 'editor-classic', {
colorButton_colorsPerRow: 4,
colorButton_historyRowLimit: 1
colorButton_colorsPerRow: 4
} );
CKEDITOR.replace( 'editor-divarea', {
extraPlugins: 'divarea',
colorButton_colorsPerRow: 4,
colorButton_historyRowLimit: 1
colorButton_colorsPerRow: 4
} );
CKEDITOR.inline( 'editor-inline', {
extraPlugins: 'floatingspace',
colorButton_colorsPerRow: 4,
colorButton_historyRowLimit: 1
colorButton_colorsPerRow: 4
} );
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,14 @@ <h2>Inline editor:</h2>

<script>
CKEDITOR.replace( 'editor-classic', {
colorButton_colorsPerRow: 4,
colorButton_historyRowLimit: 1
colorButton_colorsPerRow: 4
} );
CKEDITOR.replace( 'editor-divarea', {
extraPlugins: 'divarea',
colorButton_colorsPerRow: 4,
colorButton_historyRowLimit: 1
colorButton_colorsPerRow: 4
} );
CKEDITOR.inline( 'editor-inline', {
extraPlugins: 'floatingspace',
colorButton_colorsPerRow: 4,
colorButton_historyRowLimit: 1
colorButton_colorsPerRow: 4
} );
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@ <h2>Inline editor:</h2>

<script>
CKEDITOR.replace( 'editor-classic', {
colorButton_colorsPerRow: 4,
colorButton_historyRowLimit: 1
colorButton_colorsPerRow: 4
} );
CKEDITOR.replace( 'editor-divarea', {
extraPlugins: 'divarea',
colorButton_colorsPerRow: 4,
colorButton_historyRowLimit: 1
colorButton_colorsPerRow: 4
} );
CKEDITOR.inline( 'editor-inline', {
extraPlugins: 'floatingspace',
colorButton_colorsPerRow: 4,
colorButton_historyRowLimit: 1
colorButton_colorsPerRow: 4
} );
</script>

0 comments on commit 8f06cb0

Please sign in to comment.