Changeset 56520 for trunk/src/wp-includes/blocks/blocks-json.php
- Timestamp:
- 09/06/2023 03:17:08 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/blocks-json.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/blocks-json.php
r56255 r56520 2222 2222 ), 2223 2223 'width' => array( 2224 'type' => ' number'2224 'type' => 'string' 2225 2225 ), 2226 2226 'height' => array( 2227 'type' => ' number'2227 'type' => 'string' 2228 2228 ), 2229 2229 'aspectRatio' => array(
Note: See TracChangeset
for help on using the changeset viewer.