Opened 14 months ago
Closed 11 months ago
#62372 closed defect (bug) (fixed)
Fix theme.json removal of insecure properties for block style variations
| Reported by: |
|
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 (3)
This ticket was mentioned in PR #7759 on WordPress/wordpress-develop by @aaronrobertshaw.
14 months 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_htmlcaps 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.