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 dc2fd24 commit 3cf0b81Copy full SHA for 3cf0b81
modules/ROOT/pages/comments-access-options.adoc
@@ -1,3 +1,4 @@
1
+= Configuring the Comments plugin access option
2
:navtitle: Comments Access Options
3
:description: TinyMCE Comments plugin access options.
4
:keywords: comments, commenting, tinycomments, access options
modules/ROOT/partials/configuration/comments-tinycomments_access.adoc
@@ -23,8 +23,9 @@ When `tinycomments_access` is set to `comment`, the editor will be in xref:edito
23
tinymce.init({
24
selector: 'textarea', // change this value according to your HTML
25
plugins: 'tinycomments',
26
+ tinycomments_mode: 'embedded',
27
toolbar: 'addcomment showcomments',
- tinycomments_access: 'comment'
28
+ tinycomments_access: 'comment'
29
});
30
----
31
0 commit comments