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 403f91c commit f0e0bb1Copy full SHA for f0e0bb1
modules/ROOT/partials/configuration/list_max_depth.adoc
@@ -19,6 +19,6 @@ tinymce.init({
19
selector: 'textarea',
20
plugins: 'lists',
21
toolbar: 'bullist numlist',
22
- list_max_depth: 2 // limits list nesting to maximum of 2 levels
+ list_max_depth: 2 // limits list nesting to maximum of 2 levels
23
});
24
----
0 commit comments