Skip to content

Commit f0e0bb1

Browse files
authored
Update modules/ROOT/partials/configuration/list_max_depth.adoc
1 parent 403f91c commit f0e0bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/configuration/list_max_depth.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ tinymce.init({
1919
selector: 'textarea',
2020
plugins: 'lists',
2121
toolbar: 'bullist numlist',
22-
list_max_depth: 2 // limits list nesting to maximum of 2 levels
22+
list_max_depth: 2 // limits list nesting to maximum of 2 levels
2323
});
2424
----

0 commit comments

Comments
 (0)