Changeset 49224 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
- Timestamp:
- 10/20/2020 07:52:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
r48982 r49224 257 257 $schema = $this->get_item_schema(); 258 258 $extra_fields = array( 259 'api_version', 259 260 'name', 260 261 'title', … … 366 367 'type' => 'object', 367 368 'properties' => array( 369 'api_version' => array( 370 'description' => __( 'Version of block API.' ), 371 'type' => 'integer', 372 'default' => 1, 373 'context' => array( 'embed', 'view', 'edit' ), 374 'readonly' => true, 375 ), 368 376 'title' => array( 369 377 'description' => __( 'Title of block type.' ),
Note: See TracChangeset
for help on using the changeset viewer.