Skip to content

Commit 10a94c5

Browse files
committed
De locatietypes en -eigenschappen waren niet beschikbaar in Gutenberg
1 parent 3540b45 commit 10a94c5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/gh-datainmap/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- De locatietypes en -eigenschappen waren niet beschikbaar in Gutenberg. Dit is nu opgelost.
2+
13
**1.9.0 (2021-02-25)**
24

35
- Na kiezen van loocatie met toetsenbord wordt de focus nu direct op het feature modal gezet.

plugins/gh-datainmap/includes/taxonomy.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function gh_dim_register_taxonomy() {
4141
'delete_terms' => 'delete_gh-dim-location-types',
4242
'assign_terms' => 'assign_gh-dim-location-types',
4343
),
44+
'show_in_rest' => true,
4445
));
4546

4647
$labels = array(
@@ -69,6 +70,7 @@ function gh_dim_register_taxonomy() {
6970
'delete_terms' => 'delete_gh-dim-location-properties',
7071
'assign_terms' => 'assign_gh-dim-location-properties',
7172
),
73+
'show_in_rest' => true,
7274
));
7375
}
7476

0 commit comments

Comments
 (0)