Home > @tridion-sites/models > KeywordCategory > allowedParentCategories
Allowed parent Categories.
Keywords from this Category are allowed to have parent Keywords from the allowed parent categories. Current implementation allows only one parent category. By default when no parent category is set the category itself is added as allowed parent category. Reassign with a new collection when changing or setting a new parent. To remove parent categories reassign with a new collection which contains the Category itself.
Signature:
get allowedParentCategories(): ReadonlyArray<Link> | undefined;