Opened 13 days ago
Last modified 13 days ago
#62372 new defect (bug)
Fix theme.json removal of insecure properties for block style variations
Reported by: | aaronrobertshaw | Owned by: | |
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | 6.7 |
Component: | Editor | Keywords: | gutenberg-merge has-patch has-unit-tests |
Focuses: | Cc: |
Description
This ticket tracks the backporting of PHP files for the following Gutenberg updates:
These changes prevent valid inner block type and element styles from being stripped out of block style variations via remove_insecure_properties
.
Change History (1)
This ticket was mentioned in PR #7759 on WordPress/wordpress-develop by @aaronrobertshaw.
13 days ago
#1
- Keywords has-patch has-unit-tests added
Note: See
TracTickets for help on using
tickets.
This PR backports the PHP changes from https://github.com/WordPress/gutenberg/pull/66896
These changes prevent valid inner block type and element styles from being stripped out of block style variations via
remove_insecure_properties
.Trac ticket: https://core.trac.wordpress.org/ticket/62372
#### Testing Instructions
unfiltered_html
caps e.g. site adminMore detailed instructions testing with the Assembler block theme can be found on the original Gutenberg PR. It also has some test block markup.