Changeset 56065 for trunk/src/wp-includes/blocks/media-text/block.json
- Timestamp:
- 06/27/2023 02:20:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/media-text/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/media-text", 5 5 "title": "Media & Text", … … 11 11 "align": { 12 12 "type": "string", 13 "default": " wide"13 "default": "none" 14 14 }, 15 15 "mediaAlt": { … … 90 90 "focalPoint": { 91 91 "type": "object" 92 }, 93 "allowedBlocks": { 94 "type": "array" 92 95 } 93 96 },
Note: See TracChangeset
for help on using the changeset viewer.