Changeset 53210
- Timestamp:
- 04/19/2022 09:39:42 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
r53209 r53210 128 128 'keywords' => 'keywords', 129 129 'content' => 'content', 130 'inserter' => 'inserter', 130 131 ); 131 132 $data = array(); … … 203 204 'context' => array( 'view', 'edit', 'embed' ), 204 205 ), 206 'inserter' => array( 207 'description' => __( 'Determines whether the pattern is visible in inserter.' ), 208 'type' => 'boolean', 209 'readonly' => true, 210 'context' => array( 'view', 'edit', 'embed' ), 211 ), 205 212 ), 206 213 );
Note: See TracChangeset
for help on using the changeset viewer.