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 4edf9b8 commit 7881557Copy full SHA for 7881557
modules/ROOT/partials/configuration/suggestededits_access.adoc
@@ -37,7 +37,7 @@ tinymce.init({
37
selector: 'textarea', // Change this value according to your HTML
38
plugins: 'suggestededits',
39
toolbar: 'suggestededits',
40
- suggestededits_access: 'feedback', // Change this value to set the {pluginname} view permissions
+ suggestededits_access: 'read', // Change this value to set the {pluginname} view permissions
41
readonly: false // Set to true to restrict editing
42
});
43
----
0 commit comments