Skip to content

Commit

Permalink
Merge pull request ckeditor#14231 from ckeditor/ck/3311
Browse files Browse the repository at this point in the history
Docs: updating configuration. Closes cksource/ckeditor5-internal#3311
  • Loading branch information
godai78 authored May 24, 2023
2 parents 1c2e51d + 74932b5 commit 53be26d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ async function startStandardEditingMode() {
async function startRestrictedEditingMode() {
await reloadEditor( {
removePlugins: [ 'StandardEditingMode' ],
cloudServices: CS_CONFIG,
toolbar: [ 'restrictedEditing', '|', 'bold', 'italic', 'link', '|', 'undo', 'redo' ],
ui: {
viewportOffset: {
Expand Down

0 comments on commit 53be26d

Please sign in to comment.