Changes between Initial Version and Version 2 of Ticket #57550
- Timestamp:
- 01/25/2023 01:31:57 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57550
-
Property
Status
changed from
newtoreviewing -
Property
Summary
changed from
Block editor: separate content styles for the iframe (PHP backport)toBlock editor: separate content styles for the iframe - Property Owner set to hellofromTonya
-
Property
Version
changed from
trunkto -
Property
Milestone
changed from
Awaiting Reviewto6.2 - Property Keywords has-patch gutenberg-merge added
-
Property
Status
changed from
-
Ticket #57550 – Description
initial v2 1 See https://github.com/WordPress/gutenberg/pull/44298. 1 This ticket is the PHP changes for the initiative to: 2 3 * Separate the content styles contained in the block editor package into a separate stylesheet. 4 * Avoid loading all block editor styles into the iframe. 5 6 Changes: 7 * Remove the `'wp-block-editor'` and `'wp-block-library'` from the iframe's stylesheet collection (i.e. `_wp_get_iframed_editor_assets()`). 8 * Add the new `'wp-block-editor-content'` for the separate stylesheet to the list of editor (`'wp-edit-blocks'`) dependencies. 9 10 This ticket is for the PHP changes in https://github.com/WordPress/gutenberg/pull/44298. The changes within the editor and block library will be included in a `@wordpress` packages update (see #57471).