Skip to content

Commit c03b83a

Browse files
committed
DOC-2566: update Comments with readonly set to true demo to include sidebar_show option.
1 parent f4bc297 commit c03b83a

File tree

1 file changed

+1
-0
lines changed
  • modules/ROOT/examples/live-demos/comments-readonly-mode

1 file changed

+1
-0
lines changed

modules/ROOT/examples/live-demos/comments-readonly-mode/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tinymce.init({
99
quickbars_selection_toolbar: 'alignleft aligncenter alignright | addcomment showcomments',
1010
quickbars_image_toolbar: 'alignleft aligncenter alignright | rotateleft rotateright | imageoptions',
1111
tinycomments_mode: 'embedded',
12+
sidebar_show: 'showcomments',
1213
readonly: true,
1314
setup: (editor) => {
1415
const isReadonlyMode = () => editor.mode.get() === 'readonly';

0 commit comments

Comments
 (0)