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/separator/block.json

    r50824 r50929  
    22        "apiVersion": 2,
    33        "name": "core/separator",
     4        "title": "Separator",
    45        "category": "design",
     6        "description": "Create a break between ideas or sections with a horizontal separator.",
     7        "keywords": [ "horizontal-line", "hr", "divider" ],
     8        "textdomain": "default",
    59        "attributes": {
    610                "color": {
     
    1519                "align": [ "center", "wide", "full" ]
    1620        },
     21        "styles": [
     22                { "name": "default", "label": "Default", "isDefault": true },
     23                { "name": "wide", "label": "Wide Line" },
     24                { "name": "dots", "label": "Dots" }
     25        ],
    1726        "editorStyle": "wp-block-separator-editor",
    1827        "style": "wp-block-separator"
Note: See TracChangeset for help on using the changeset viewer.