Fix secondary post types not loading in REST API
This commit is contained in:
@@ -88,7 +88,7 @@ class SportsPress_League_Tables {
|
||||
'show_in_nav_menus' => true,
|
||||
'show_in_menu' => 'edit.php?post_type=sp_team',
|
||||
'show_in_admin_bar' => true,
|
||||
'show_in_rest' => ! function_exists( 'register_block_type' ),
|
||||
'show_in_rest' => true,
|
||||
'rest_controller_class' => 'SP_REST_Posts_Controller',
|
||||
'rest_base' => 'tables',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user