Changeset 55168 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php
- Timestamp:
- 01/31/2023 04:47:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php
r55125 r55168 174 174 'content' => 'content', 175 175 'inserter' => 'inserter', 176 'templateTypes' => 'template_types', 176 177 ); 177 178 $data = array(); … … 249 250 'context' => array( 'view', 'edit', 'embed' ), 250 251 ), 252 'template_types' => array( 253 'description' => __( 'An array of template types where the pattern fits.' ), 254 'type' => 'array', 255 'readonly' => true, 256 'context' => array( 'view', 'edit', 'embed' ), 257 ), 251 258 'content' => array( 252 259 'description' => __( 'The pattern content.' ),
Note: See TracChangeset
for help on using the changeset viewer.