Make WordPress Core


Ignore:
Timestamp:
05/19/2021 03:07:55 PM (5 years ago)
Author:
gziolo
Message:

Editor: Update WordPress packages published for Gutenberg 10.6

It contains several changes in addition to regular update to WordPress packages:

  • All newly exposed blocks are now registered on the server.
  • Dutone block support was added.
  • Border block support was updated.
  • New shared function construct_wp_query_args was added for the family of Query blocks - it might need some further work.

Props youknowriad.
See #52991.

File:
1 edited

Legend:

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

    r50824 r50929  
    22        "apiVersion": 2,
    33        "name": "core/cover",
     4        "title": "Cover",
    45        "category": "media",
     6        "description": "Add an image or video with a text overlay — great for headers.",
     7        "textdomain": "default",
    58        "attributes": {
    69                "url": {
     
    5760                "spacing": {
    5861                        "padding": true
     62                },
     63                "color": {
     64                        "__experimentalDuotone": "> .wp-block-cover__image-background, > .wp-block-cover__video-background",
     65                        "text": false,
     66                        "background": false
    5967                }
    6068        },
Note: See TracChangeset for help on using the changeset viewer.