We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bc297 commit c03b83aCopy full SHA for c03b83a
modules/ROOT/examples/live-demos/comments-readonly-mode/index.js
@@ -9,6 +9,7 @@ tinymce.init({
9
quickbars_selection_toolbar: 'alignleft aligncenter alignright | addcomment showcomments',
10
quickbars_image_toolbar: 'alignleft aligncenter alignright | rotateleft rotateright | imageoptions',
11
tinycomments_mode: 'embedded',
12
+ sidebar_show: 'showcomments',
13
readonly: true,
14
setup: (editor) => {
15
const isReadonlyMode = () => editor.mode.get() === 'readonly';
0 commit comments