Make WordPress Core


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

    r50824 r50929  
    22    "apiVersion": 2,
    33    "name": "core/button",
     4    "title": "Button",
    45    "category": "design",
    56    "parent": [ "core/buttons" ],
     7    "description": "Prompt visitors to take action with a button-style link.",
     8    "keywords": [ "link" ],
     9    "textdomain": "default",
    610    "attributes": {
    711        "url": {
     
    6771        "__experimentalSelector": ".wp-block-button__link"
    6872    },
     73    "styles": [
     74        { "name": "fill", "label": "Fill", "isDefault": true },
     75        { "name": "outline", "label": "Outline" }
     76    ],
    6977    "editorStyle": "wp-block-button-editor",
    7078    "style": "wp-block-button"
Note: See TracChangeset for help on using the changeset viewer.