We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3540b45 commit 10a94c5Copy full SHA for 10a94c5
2 files changed
plugins/gh-datainmap/CHANGELOG.md
@@ -1,3 +1,5 @@
1
+- De locatietypes en -eigenschappen waren niet beschikbaar in Gutenberg. Dit is nu opgelost.
2
+
3
**1.9.0 (2021-02-25)**
4
5
- Na kiezen van loocatie met toetsenbord wordt de focus nu direct op het feature modal gezet.
plugins/gh-datainmap/includes/taxonomy.php
@@ -41,6 +41,7 @@ function gh_dim_register_taxonomy() {
41
'delete_terms' => 'delete_gh-dim-location-types',
42
'assign_terms' => 'assign_gh-dim-location-types',
43
),
44
+ 'show_in_rest' => true,
45
));
46
47
$labels = array(
@@ -69,6 +70,7 @@ function gh_dim_register_taxonomy() {
69
70
'delete_terms' => 'delete_gh-dim-location-properties',
71
'assign_terms' => 'assign_gh-dim-location-properties',
72
73
74
75
}
76
0 commit comments