Browse Source
Update modules/ROOT/pages/migration-from-7x.adoc
pull/3781/head
Karl Kemister-Sheppard
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
modules/ROOT/pages/migration-from-7x.adoc
|
|
@ -305,7 +305,7 @@ The list plugin now includes configurable indentation level restrictions to prev |
|
|
|
---- |
|
|
|
// Configure maximum list indentation levels |
|
|
|
tinymce.init({ |
|
|
|
max_list_indent: 3 // Restricts list indentation to 3 levels |
|
|
|
list_max_length: 3 // Restricts list indentation to 3 levels |
|
|
|
}); |
|
|
|
---- |
|
|
|
|
|
|
|