We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e39e2 commit 7ad8e49Copy full SHA for 7ad8e49
src/wp-admin/site-editor.php
@@ -182,6 +182,7 @@ static function ( $classes ) {
182
array( rest_get_route_for_post_type_items( 'attachment' ), 'OPTIONS' ),
183
array( rest_get_route_for_post_type_items( 'page' ), 'OPTIONS' ),
184
'/wp/v2/types?context=view',
185
+ '/wp/v2/_wp_static_template?context=edit',
186
'/wp/v2/types/wp_template?context=edit',
187
'/wp/v2/types/wp_template_part?context=edit',
188
'/wp/v2/templates?context=edit&per_page=-1',
0 commit comments