Opened 4 years ago
Closed 4 years ago
#52394 closed defect (bug) (fixed)
Block Editor: Add defaultEditorStyles
Reported by: | noisysocks | Owned by: | noisysocks |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch |
Focuses: | Cc: |
Description
This patch does two things:
- The
defaultEditorStyles
setting was missing from the default block editor settings. This causes the "Use theme styles" setting which was added in WordPress 5.6 (see GB22494) to not function properly. - The RTL version of editor styles were not being loaded. This was fixed in the plugin (see GB27947).
To test:
- Check that the "use theme styles" option is working properly.
- Check that the padding is on the right for lists in RTL languages. You can disable theme styles for accurate results.
Change History (2)
This ticket was mentioned in PR #955 on WordPress/wordpress-develop by noisysocks.
4 years ago
#1
Note: See
TracTickets for help on using
tickets.
The
defaultEditorStyles
setting was missing from the default block editor settings. This causes the "Use theme styles" setting which was added in WordPress 5.6 to not function properly.Also, the RTL version of editor styles were not being loaded. This change has not yet been ported over from Gutenberg.
Trac ticket: https://core.trac.wordpress.org/ticket/52394