Skip to content

Commit

Permalink
Merge pull request #92 from INN/90-regions-in-gutenberg
Browse files Browse the repository at this point in the history
Set show_in_rest to true for region taxonomy.
  • Loading branch information
benlk authored Mar 11, 2020
2 parents f5eb130 + 2e1930b commit 7807c7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public function register_taxonomy() {
$args = array(
'public' => true,
'pubicly_queryable' => true,
'show_in_rest' => true,
'show_ui' => true,
'show_tagcloud' => false,
'show_admin_column' => false,
Expand Down

0 comments on commit 7807c7e

Please sign in to comment.