Make WordPress Core


Ignore:
Timestamp:
01/28/2021 02:01:50 AM (4 years ago)
Author:
noisysocks
Message:

Editor: Update @wordpress npm packages

Update @wordpress npm packages to the latest published versions. This means that
the block editor includes functionality that exists in Gutenberg 9.8.

See #52334.
Props isabel_brison.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/buttons/block.json

    r49226 r50048  
    33    "name": "core/buttons",
    44    "category": "design",
     5    "attributes": {
     6        "contentJustification": {
     7            "type": "string"
     8        },
     9        "orientation": {
     10            "type": "string",
     11            "default": "horizontal"
     12        }
     13    },
    514    "supports": {
    615        "anchor": true,
    7         "align": true,
    8         "alignWide": false
    9     }
     16        "align": [ "wide", "full" ]
     17    },
     18    "editorStyle": "wp-block-buttons-editor",
     19    "style": "wp-block-buttons"
    1020}
Note: See TracChangeset for help on using the changeset viewer.