Browse Source

Update modules/ROOT/pages/migration-from-7x.adoc

pull/3781/head
Karl Kemister-Sheppard 3 weeks ago
committed by GitHub
parent
commit
fc5fe04557
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      modules/ROOT/pages/migration-from-7x.adoc

2
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 // Configure maximum list indentation levels
tinymce.init({ tinymce.init({
max_list_indent: 3 // Restricts list indentation to 3 levels
list_max_length: 3 // Restricts list indentation to 3 levels
}); });
---- ----

Loading…
Cancel
Save