Skip to content

Commit 8641d6e

Browse files
authored
Merge pull request #54 from circuscode/bugfix-categories-gutenberg-editor
Bugfix Categories Gutenberg Editor
2 parents ef8cf4a + fee7c43 commit 8641d6e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ Release pending.
203203
* Changed: Maintenance Mode Internal Processing
204204
* Changed: Depreciated TSF Filters replaced with the_seo_framework_meta_render_data
205205
* Removed: Adding Current Menu Item
206+
* Fixed: Missing Category Field in Gutenberg Editor
206207

207208
### 0.7
208209

unmus_taxonomy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ function unmus_create_zimtwolke_taxonomy() {
184184
'hierarchical' => true,
185185
'labels' => $labels,
186186
'show_ui' => true,
187+
'show_in_rest' => true,
187188
'show_admin_column' => true,
188189
'update_count_callback' => '_update_post_term_count',
189190
'query_var' => true,

0 commit comments

Comments
 (0)