Changeset 51501 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
- Timestamp:
- 07/28/2021 10:05:01 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
r51000 r51501 273 273 'editor_script', 274 274 'script', 275 'view_script', 275 276 'editor_style', 276 277 'style', … … 518 519 ), 519 520 'script' => array( 521 'description' => __( 'Public facing and editor script handle.' ), 522 'type' => array( 'string', 'null' ), 523 'default' => null, 524 'context' => array( 'embed', 'view', 'edit' ), 525 'readonly' => true, 526 ), 527 'view_script' => array( 520 528 'description' => __( 'Public facing script handle.' ), 521 529 'type' => array( 'string', 'null' ), … … 532 540 ), 533 541 'style' => array( 534 'description' => __( 'Public facing style handle.' ),542 'description' => __( 'Public facing and editor style handle.' ), 535 543 'type' => array( 'string', 'null' ), 536 544 'default' => null,
Note: See TracChangeset
for help on using the changeset viewer.