wordpress-develop/tests/phpunit/data/blocks/fixtures
Tonya Mork 2d75ae23d6 Editor: Improves layout block support in wp_get_layout_style().
This commit merges the remaining changes from [https://github.com/WordPress/gutenberg/pull/40875 Gutenberg PR 40875]. It's Part 2 (see [54162] for Part 1) of a layout improvement initiative and targets `wp_get_layout_style()` in `layout.php`.

Context:
The overall initiative is to improve layout block support:
>to use centralised layout definitions, output base layout styles from global styles, introduce a layout type semantic classname, reduce duplication of container class and style tag output, and fix blockGap at the block level in global styles.

Changes include:
* Adding an optional parameter `$block_spacing` to `wp_get_layout_style()` for setting a custom spacing on the block.
* Adding handle for the block spacing.
* Using the style engine to to enqueue and render layout styles via `wp_style_engine_get_stylesheet_from_css_rules()`.
* Introduces a new test file for `wp_get_layout_style()`.

Follow-up to [54162], [54160], [54159], [53421], [52380], [53085], [52069].

Props andrewserong, isabel_brison, costdev, hellofromTonya.
See #56467.

git-svn-id: https://develop.svn.wordpress.org/trunk@54274 602fd350-edb4-49c9-b593-d223f7449a82
2022-09-21 13:00:29 +00:00
..
core__4-invalid-starting-letter.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__4-invalid-starting-letter.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__4-invalid-starting-letter.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__4-invalid-starting-letter.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__4-invalid-starting-letter.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__archives__showPostCounts.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__archives__showPostCounts.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__archives__showPostCounts.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__archives__showPostCounts.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__archives__showPostCounts.server.html Block Editor: Update the WordPress packages for 5.6 beta 2 2020-10-27 09:32:50 +00:00
core__archives.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__archives.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__archives.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__archives.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__archives.server.html Block Editor: Update the WordPress packages for 5.6 beta 2 2020-10-27 09:32:50 +00:00
core__audio.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__audio.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__audio.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__audio.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__audio.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__block.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__block.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__block.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__block.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__block.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__button__center.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__button__center.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__button__center.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__button__center.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__button__center.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__categories.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__categories.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__categories.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__categories.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__categories.server.html Editor: update packages; Port block supports to WordPress core. 2020-10-13 13:07:23 +00:00
core__code.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__code.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__code.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__code.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__code.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__column.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__column.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__column.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__column.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__column.server.html Editor: Improves layout block support in wp_get_layout_style(). 2022-09-21 13:00:29 +00:00
core__columns__deprecated.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__columns__deprecated.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__columns__deprecated.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__columns__deprecated.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__columns__deprecated.server.html Editor: Improves layout block support in wp_get_layout_style(). 2022-09-21 13:00:29 +00:00
core__columns.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__columns.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__columns.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__columns.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__columns.server.html Editor: Improves layout block support in wp_get_layout_style(). 2022-09-21 13:00:29 +00:00
core__cover__video-overlay.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover__video-overlay.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover__video-overlay.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover__video-overlay.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover__video-overlay.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover__video.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover__video.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover__video.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover__video.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover__video.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover-image.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__cover-image.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__cover-image.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover-image.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__cover-image.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__cover.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__cover.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__embed.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__embed.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__embed.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__embed.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__embed.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__file__new-window.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__new-window.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__new-window.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__new-window.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__new-window.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__no-download-button.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__file__no-download-button.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__file__no-download-button.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__no-download-button.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__file__no-download-button.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__file__no-text-link.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__no-text-link.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__no-text-link.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__no-text-link.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__file__no-text-link.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__freeform__undelimited.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__freeform__undelimited.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__freeform__undelimited.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__freeform__undelimited.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__freeform__undelimited.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__freeform.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__freeform.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__freeform.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__freeform.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__freeform.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__gallery__columns.html Tests: Update Gallery block unit tests to new gallery format 2022-04-25 16:55:45 +00:00
core__gallery__columns.json Tests: Update Gallery block unit tests to new gallery format 2022-04-25 16:55:45 +00:00
core__gallery__columns.parsed.json Tests: Update Gallery block unit tests to new gallery format 2022-04-25 16:55:45 +00:00
core__gallery__columns.serialized.html Tests: Update Gallery block unit tests to new gallery format 2022-04-25 16:55:45 +00:00
core__gallery__columns.server.html Editor: Improves layout block support in wp_get_layout_style(). 2022-09-21 13:00:29 +00:00
core__gallery.html Tests: Update Gallery block unit tests to new gallery format 2022-04-25 16:55:45 +00:00
core__gallery.json Tests: Update Gallery block unit tests to new gallery format 2022-04-25 16:55:45 +00:00
core__gallery.parsed.json Tests: Update Gallery block unit tests to new gallery format 2022-04-25 16:55:45 +00:00
core__gallery.serialized.html Tests: Update Gallery block unit tests to new gallery format 2022-04-25 16:55:45 +00:00
core__gallery.server.html Editor: Improves layout block support in wp_get_layout_style(). 2022-09-21 13:00:29 +00:00
core__heading__h2-em.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__heading__h2-em.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__heading__h2-em.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__heading__h2-em.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__heading__h2-em.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__heading__h2.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__heading__h2.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__heading__h2.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__heading__h2.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__heading__h2.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__html.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__html.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__html.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__html.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__html.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__image__attachment-link.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__attachment-link.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__attachment-link.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__image__attachment-link.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__attachment-link.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__image__center-caption.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__center-caption.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__center-caption.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__image__center-caption.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__center-caption.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__image__custom-link.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__custom-link.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__custom-link.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__image__custom-link.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__custom-link.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__image__media-link.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__media-link.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__media-link.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__image__media-link.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image__media-link.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__image.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__image.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__image.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__invalid-Capitals.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__invalid-Capitals.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__invalid-Capitals.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__invalid-Capitals.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__invalid-Capitals.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__invalid-special.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__invalid-special.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__invalid-special.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__invalid-special.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__invalid-special.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__latest-comments.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__latest-comments.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__latest-comments.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__latest-comments.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__latest-comments.server.html Editor: update packages; Port block supports to WordPress core. 2020-10-13 13:07:23 +00:00
core__latest-posts__displayPostDate.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__latest-posts__displayPostDate.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__latest-posts__displayPostDate.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__latest-posts__displayPostDate.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__latest-posts__displayPostDate.server.html Editor: update packages; Port block supports to WordPress core. 2020-10-13 13:07:23 +00:00
core__latest-posts.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__latest-posts.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__latest-posts.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__latest-posts.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__latest-posts.server.html Editor: update packages; Port block supports to WordPress core. 2020-10-13 13:07:23 +00:00
core__list__ul.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__list__ul.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__list__ul.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__list__ul.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__list__ul.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__media-text__image-alt-no-align.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__image-alt-no-align.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__image-alt-no-align.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__image-alt-no-align.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__image-alt-no-align.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__is-stacked-on-mobile.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__is-stacked-on-mobile.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__is-stacked-on-mobile.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__is-stacked-on-mobile.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__is-stacked-on-mobile.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__media-right-custom-width.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__media-right-custom-width.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__media-right-custom-width.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__media-right-custom-width.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__media-right-custom-width.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__video.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__video.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__video.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__video.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text__video.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text.serialized.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__media-text.server.html Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__missing.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__missing.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__missing.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__missing.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__missing.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__more__custom-text-teaser.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__more__custom-text-teaser.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__more__custom-text-teaser.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__more__custom-text-teaser.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__more__custom-text-teaser.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__more.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__more.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__more.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__more.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__more.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__nextpage.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__nextpage.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__nextpage.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__nextpage.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__nextpage.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__paragraph__align-right.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__paragraph__align-right.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__paragraph__align-right.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__paragraph__align-right.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__paragraph__align-right.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__paragraph__deprecated.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__paragraph__deprecated.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__paragraph__deprecated.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__paragraph__deprecated.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__paragraph__deprecated.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__preformatted.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__preformatted.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__preformatted.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__preformatted.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__preformatted.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__pullquote__multi-paragraph.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__pullquote__multi-paragraph.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__pullquote__multi-paragraph.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__pullquote__multi-paragraph.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__pullquote__multi-paragraph.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__pullquote.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__pullquote.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__pullquote.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__pullquote.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__pullquote.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__quote__style-1.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__quote__style-1.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__quote__style-1.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__quote__style-1.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__quote__style-1.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__quote__style-2.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__quote__style-2.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__quote__style-2.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__quote__style-2.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__quote__style-2.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__separator.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__separator.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__separator.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__separator.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__separator.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__shortcode.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__shortcode.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__shortcode.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__shortcode.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__shortcode.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__spacer.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__spacer.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__spacer.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__spacer.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__spacer.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__subhead.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__subhead.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__subhead.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__subhead.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__subhead.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__table.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__table.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__table.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__table.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__table.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__text__converts-to-paragraph.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__text__converts-to-paragraph.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__text__converts-to-paragraph.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__text__converts-to-paragraph.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__text__converts-to-paragraph.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__text-columns.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__text-columns.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__text-columns.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__text-columns.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__text-columns.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__verse.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__verse.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__verse.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__verse.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__verse.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00
core__video.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__video.json Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__video.parsed.json Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
core__video.serialized.html Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
core__video.server.html Blocks: Parse blocks when displaying posts. 2018-12-13 18:11:10 +00:00