You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a taxonomy is registered with a custom meta box type, for example radio, then when you're using the block editor the taxonomy meta box component just gets removed and replaced with a server-side meta box.
Now that the APIs for Gutenberg are relatively stable, Extended CPTs should introduce its own taxonomy term meta box React components and use those in the block editor instead.
If a taxonomy is registered with a custom meta box type, for example
radio
, then when you're using the block editor the taxonomy meta box component just gets removed and replaced with a server-side meta box.Now that the APIs for Gutenberg are relatively stable, Extended CPTs should introduce its own taxonomy term meta box React components and use those in the block editor instead.
This library looks like it will be very helpful: https://github.com/helgatheviking/Radio-Buttons-for-Taxonomies
The text was updated successfully, but these errors were encountered: