TINYDOC-3531 - Document expand and split format parameters for content formatting#4260
Open
kemister85 wants to merge 1 commit into
Open
TINYDOC-3531 - Document expand and split format parameters for content formatting#4260kemister85 wants to merge 1 commit into
kemister85 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: TINYDOC-3531
Site: Staging branch
Changes:
expandformat parameter inmodules/ROOT/partials/configuration/formats.adoc(Format parameters section): description, type, default (truefor selector formats), possible values, and an example.expandcontrols whether the range is expanded to cover the whole matching selector element before a format is applied or removed;expand: falserestricts the operation to the current selection.splitformat parameter: description, type, default (truefor inline/non-selector formats,falsefor selector/block formats), possible values, and an example.splitcontrols whether the wrapping element is split at the selection boundaries when a format is removed.block_expand,deep, andremoveformatexamples on this page but were undefined; they are now listed alongside the other format object properties.block_expandentry (+Default value:*->*Default value:*) so its default value renders in bold like every other parameter.All parameter descriptions and defaults were validated against the TinyMCE core formatter source.
Pre-checks:
Branch is correctly prefixed:
hotfix/8/TINYDOC-3531Files have been included where required (partial included by
content-formatting.adoc).Build passes without console errors, warnings, or issues.
Review: