Changeset 57493 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
- Timestamp:
- 01/31/2024 09:09:22 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
r56676 r57493 293 293 'editor_style_handles', 294 294 'style_handles', 295 'view_style_handles', 295 296 'variations', 296 297 'block_hooks', … … 603 604 'readonly' => true, 604 605 ), 606 'view_style_handles' => array( 607 'description' => __( 'Public facing style handles.' ), 608 'type' => array( 'array' ), 609 'default' => array(), 610 'items' => array( 611 'type' => 'string', 612 ), 613 'context' => array( 'embed', 'view', 'edit' ), 614 'readonly' => true, 615 ), 605 616 'styles' => array( 606 617 'description' => __( 'Block style variations.' ),
Note: See TracChangeset
for help on using the changeset viewer.