Fix secondary post types not loading in REST API

This commit is contained in:
Brian Miyaji
2018-12-15 11:20:50 +11:00
parent 8707fb3e61
commit 4543ffebf8
4 changed files with 4 additions and 4 deletions

View File

@@ -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',
)