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
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
Unfortunately, taxonomies type is missing term_uid: string which we have to type manually because we use it in a codebase. This is what a call to the CMS returns:
If we add taxonomy field to some content type, CLI would generate taxonomy type in this manner:
Unfortunately, taxonomies type is missing
term_uid: stringwhich we have to type manually because we use it in a codebase. This is what a call to the CMS returns:It is not being generated by
--include-system-fieldsflag which adds other metadata includinguidwhich is generated insideCmsSystemFieldstype.Is there a reason we're not getting
term_uid?