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

    r50824 r50929  
    22    "apiVersion": 2,
    33    "name": "core/social-links",
     4    "title": "Social Icons",
    45    "category": "widgets",
     6    "description": "Display icons linking to your social media profiles or websites.",
     7    "keywords": [ "links" ],
     8    "textdomain": "default",
    59    "attributes": {
    610        "iconColor": {
     
    3943        "anchor": true
    4044    },
     45    "styles": [
     46        { "name": "default", "label": "Default", "isDefault": true },
     47        { "name": "logos-only", "label": "Logos Only" },
     48        { "name": "pill-shape", "label": "Pill Shape" }
     49    ],
    4150    "editorStyle": "wp-block-social-links-editor",
    4251    "style": "wp-block-social-links"
Note: See TracChangeset for help on using the changeset viewer.