Changeset 56065 for trunk/src/wp-includes/blocks/buttons/block.json
- Timestamp:
- 06/27/2023 02:20:18 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/buttons/block.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/buttons/block.json
r54257 r56065 1 1 { 2 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 2,3 "apiVersion": 3, 4 4 "name": "core/buttons", 5 5 "title": "Buttons", … … 11 11 "anchor": true, 12 12 "align": [ "wide", "full" ], 13 "html": false, 13 14 "__experimentalExposeControlsToChildren": true, 14 15 "spacing": { … … 32 33 } 33 34 }, 34 " __experimentalLayout": {35 "layout": { 35 36 "allowSwitching": false, 36 37 "allowInheriting": false,
Note: See TracChangeset
for help on using the changeset viewer.