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

    r50824 r50929  
    22        "apiVersion": 2,
    33        "name": "core/quote",
     4        "title": "Quote",
    45        "category": "text",
     6        "description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar",
     7        "keywords": [ "blockquote", "cite" ],
     8        "textdomain": "default",
    59        "attributes": {
    610                "value": {
     
    2630                "anchor": true
    2731        },
     32        "styles": [
     33                {
     34                        "name": "default",
     35                        "label": "Default",
     36                        "isDefault": true
     37                },
     38                { "name": "large", "label": "Large" }
     39        ],
    2840        "editorStyle": "wp-block-quote-editor",
    2941        "style": "wp-block-quote"
Note: See TracChangeset for help on using the changeset viewer.