#49441 closed defect (bug) (reported-upstream)
Problem with custom taxonomy
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Editor | Keywords: | |
| Focuses: | Cc: |
Description
There is a problem with custom taxonomy and gutenberg!
If I set:
metà_box_cb' => 'post_categories_meta_box',
With the classic editor it works but not with gutenberg!
For example if I want a taxonomy like yah but with the view (checkbox) of the categories!
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hello @peter123123, welcome to WordPress Trac!
Thanks for your report. The meta_box_cb argument does not get used in the block editor. You have to implement it by using JavaScript. I suggest to take a look at https://github.com/WordPress/gutenberg/issues/6912 which has some helpful resources.