Skip to content

Commit

Permalink
Merge pull request #12139 from ckeditor/ck/12120
Browse files Browse the repository at this point in the history
Internal: Updated Restricted editing manual test and documentation demo. Closes #12120.
  • Loading branch information
arkflpc authored Jul 25, 2022
2 parents 61ba69f + 3ac132e commit b2662a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ async function startStandardEditingMode() {
viewportOffset: {
top: window.getViewportTopOffsetConfig()
}
}
},
updateSourceElementOnDestroy: true
} );
}

Expand All @@ -66,7 +67,8 @@ async function startRestrictedEditingMode() {
viewportOffset: {
top: window.getViewportTopOffsetConfig()
}
}
},
updateSourceElementOnDestroy: true
} );
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ async function startStandardEditingMode() {
'tableRow',
'mergeTableCells'
]
}
},
updateSourceElementOnDestroy: true
} );
}

Expand Down Expand Up @@ -78,7 +79,8 @@ async function startRestrictedEditingMode() {
table: {
contentToolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ],
tableToolbar: [ 'bold', 'italic' ]
}
},
updateSourceElementOnDestroy: true
} );
}

Expand Down

0 comments on commit b2662a1

Please sign in to comment.