Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #57550


Ignore:
Timestamp:
01/25/2023 01:31:57 PM (3 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57550

    • Property Status changed from new to reviewing
    • Property Summary changed from Block editor: separate content styles for the iframe (PHP backport) to Block editor: separate content styles for the iframe
    • Property Owner set to hellofromTonya
    • Property Version changed from trunk to
    • Property Milestone changed from Awaiting Review to 6.2
    • Property Keywords has-patch gutenberg-merge added
  • Ticket #57550 – Description

    initial v2  
    1 See https://github.com/WordPress/gutenberg/pull/44298.
     1This 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
     6Changes:
     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
     10This 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).