Make WordPress Core


Ignore:
Timestamp:
11/08/2021 02:26:27 PM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress Packages based on Gutenberg 11.9 RC1.

This brings the JS packages up to date and is the first step that will allow us
to include the other block editor updates for WordPress 5.9:
FSE infrastrucutre, site editor and global styles.

Props noisysocks.
See #54337.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/site-logo/block.json

    r51091 r52042  
    44    "title": "Site Logo",
    55    "category": "layout",
    6     "description": "Useful for displaying a graphic mark, design, or symbol to represent the site. Once a site logo is set, it can be reused in different places and templates. It should not be confused with the site icon, which is the small image used in the dashboard, browser tabs, public search results, etc, to help recognize a site.",
     6    "description": "Display a graphic to represent this site. Update the block, and the changes apply everywhere it’s used. This is different than the site icon, which is the smaller image visible in your dashboard, browser tabs, etc used to help others recognize this site.",
    77    "textdomain": "default",
    88    "attributes": {
     
    2222        }
    2323    },
     24    "example": {
     25        "viewportWidth": 500,
     26        "attributes": {
     27            "width": 350
     28        }
     29    },
    2430    "supports": {
    2531        "html": false,
    2632        "align": true,
    27         "alignWide": false
     33        "alignWide": false,
     34        "color": {
     35            "__experimentalDuotone": "img",
     36            "text": false,
     37            "background": false
     38        }
    2839    },
    2940    "styles": [
Note: See TracChangeset for help on using the changeset viewer.