Make WordPress Core


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

    r50824 r50929  
    22    "apiVersion": 2,
    33    "name": "core/pullquote",
     4    "title": "Pullquote",
    45    "category": "text",
     6    "description": "Give special visual emphasis to a quote from your text.",
     7    "textdomain": "default",
    58    "attributes": {
    69        "value": {
     
    3538        "align": [ "left", "right", "wide", "full" ]
    3639    },
     40    "styles": [
     41        {
     42            "name": "default",
     43            "label": "Default",
     44            "isDefault": true
     45        },
     46        { "name": "solid-color", "label": "Solid color" }
     47    ],
    3748    "editorStyle": "wp-block-pullquote-editor",
    3849    "style": "wp-block-pullquote"
Note: See TracChangeset for help on using the changeset viewer.