mozilla / bedrock

Making mozilla.org awesome, one pebble at a time
https://www.mozilla.org
Mozilla Public License 2.0
1.18k stars 919 forks source link

Remove strikethrough as an option for rich text #15503

Closed stevejalim closed 1 week ago

stevejalim commented 1 week ago

Struck-through text does not end up as editable at our l10n vendor's side of things, which means localization breaks for any page containing it.

We don't use it anyway, so better to avoid it being sent over altogether.

The migration is needed because it describes the state of the page model that already has a rich-text field in it, and we just changed that state by removing a formatting option.

Resolves #15498