Changeset 58617 for trunk/src/wp-includes/blocks/blocks-json.php
- Timestamp:
- 07/02/2024 02:51:16 PM (21 months 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
r58275 r58617 208 208 ), 209 209 'content' => array( 210 'type' => 'object' 211 ) 210 'type' => 'object', 211 'default' => array( 212 213 ) 214 ) 215 ), 216 'providesContext' => array( 217 'pattern/overrides' => 'content' 212 218 ), 213 219 'supports' => array(
Note: See TracChangeset
for help on using the changeset viewer.