mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Block Editor: Updated the WordPress packages to include Gutenberg 15.1.0 changes.
In addition to all the packages being updated to the latest versions, this commit also includes some mandatory changes to avoid editor breakage: - Update React to to 18.2.0. - Add the right stylesheets to support iframed block editors. Props ntsekouras, mamaduka, flixos90, desrosj, peterwilsoncc. See #57471. git-svn-id: https://develop.svn.wordpress.org/trunk@55246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1 +1 @@
|
||||
<div class=" wp-block-archives-list wp-block-archives">No archives to show.</div>
|
||||
<div class="wp-block-archives-list wp-block-archives">No archives to show.</div>
|
||||
@@ -1 +1 @@
|
||||
<div class=" wp-block-archives-list wp-block-archives">No archives to show.</div>
|
||||
<div class="wp-block-archives-list wp-block-archives">No archives to show.</div>
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
<figure class="is-layout-flex wp-block-gallery-1 wp-block-gallery has-nested-images columns-default is-cropped columns-2">
|
||||
<figure class="is-layout-flex wp-block-gallery has-nested-images columns-default is-cropped columns-2 wp-block-gallery-1">
|
||||
|
||||
<figure class="wp-block-image size-large">
|
||||
<img src="https://cldup.com/uuUqE_dXzy.jpg" alt="Image gallery image" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
<figure class="is-layout-flex wp-block-gallery-1 wp-block-gallery has-nested-images is-cropped columns-1" >
|
||||
<figure class="is-layout-flex wp-block-gallery has-nested-images is-cropped columns-1 wp-block-gallery-1" >
|
||||
|
||||
<figure class="wp-block-image size-large">
|
||||
<img src="https://cldup.com/uuUqE_dXzy.jpg" alt="Image gallery image" />
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
<h2>The <em>Inserter</em> Tool</h2>
|
||||
<h2 class="wp-block-heading">The <em>Inserter</em> Tool</h2>
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
<h2>A picture is worth a thousand words, or so the saying goes</h2>
|
||||
<h2 class="wp-block-heading">A picture is worth a thousand words, or so the saying goes</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user