Make WordPress Core


Ignore:
Timestamp:
05/19/2021 03:07:55 PM (3 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/group/block.json

    r50761 r50929  
    22    "apiVersion": 2,
    33    "name": "core/group",
     4    "title": "Group",
    45    "category": "design",
     6    "description": "Combine blocks into a group.",
     7    "keywords": [ "container", "wrapper", "row", "section" ],
     8    "textdomain": "default",
    59    "attributes": {
    610        "tagName": {
     
    913        },
    1014        "templateLock": {
    11             "type": "string"
     15            "enum": [ "all", "insert", false ]
    1216        }
    1317    },
Note: See TracChangeset for help on using the changeset viewer.