Skip to content

Commit 3cf0b81

Browse files
authored
DOC-2543: Add title to comments-tinycomments_access.adoc, fixed code example. (#3469)
1 parent dc2fd24 commit 3cf0b81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/ROOT/pages/comments-access-options.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
= Configuring the Comments plugin access option
12
:navtitle: Comments Access Options
23
:description: TinyMCE Comments plugin access options.
34
:keywords: comments, commenting, tinycomments, access options

modules/ROOT/partials/configuration/comments-tinycomments_access.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ When `tinycomments_access` is set to `comment`, the editor will be in xref:edito
2323
tinymce.init({
2424
selector: 'textarea', // change this value according to your HTML
2525
plugins: 'tinycomments',
26+
tinycomments_mode: 'embedded',
2627
toolbar: 'addcomment showcomments',
27-
tinycomments_access: 'comment'
28+
tinycomments_access: 'comment'
2829
});
2930
----
3031

0 commit comments

Comments
 (0)