Changeset 53171
- Timestamp:
- 04/13/2022 07:04:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php
r53154 r53171 161 161 'context' => array( 'view', 'edit', 'embed' ), 162 162 ), 163 'viewport_ Width' => array(163 'viewport_width' => array( 164 164 'description' => __( 'The pattern viewport width for inserter preview.' ), 165 165 'type' => 'number', … … 167 167 'context' => array( 'view', 'edit', 'embed' ), 168 168 ), 169 'block_ Types' => array(169 'block_types' => array( 170 170 'description' => __( 'Block types that the pattern is intended to be used with.' ), 171 171 'type' => 'array',
Note: See TracChangeset
for help on using the changeset viewer.