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
When adding a new Taxonomy, the Term Content Type by default selected the very first content type that is available in the menu because there is no placeholder.
This happens because we do not have an option with no value.
By default we should have a placeholder so that the use knows that they need to select a value. Also, the Term Content type should be required field and Title Part should be required by default.
Also, in the TaxonomyFieldSettings, we have the same missing-placeholder problem.
It should look like this
The text was updated successfully, but these errors were encountered:
When adding a new Taxonomy, the Term Content Type by default selected the very first content type that is available in the menu because there is no placeholder.
This happens because we do not have an option with no value.
By default we should have a placeholder so that the use knows that they need to select a value. Also, the Term Content type should be required field and Title Part should be required by default.
Also, in the TaxonomyFieldSettings, we have the same missing-placeholder problem.
It should look like this
The text was updated successfully, but these errors were encountered: