Browse Source

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

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

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

@ -296,28 +296,6 @@ editor.dispatch('someEvent');
=== Plugin Updates
==== List Plugin Updates
// #TINY-11937
The list plugin now includes configurable indentation level restrictions to prevent excessive nesting of list items. This change helps maintain cleaner document structure and improves compatibility with various export formats.
[source, javascript]
----
// Configure maximum list indentation levels
tinymce.init({
list_max_length: 3 // Restricts list indentation to 3 levels
});
----
**Impact**: Lists will no longer indent beyond the configured maximum level.
**Migration checklist:**
* [ ] Audit existing content for deeply nested lists
* [ ] Determine appropriate maximum indentation level for your use case
* [ ] Configure `max_list_indent` setting
* [ ] Test list behavior with existing content
==== Language Pack Filename Changes
// #TINY-12090

Loading…
Cancel
Save