Automatically assign tags to children

Hello,

I have multiple sites within one Contentful space. We created tags for the sites and intend to use them to tag our Page content types. The Pages have a content area that makes a reference to various other component content types. Is there a way to tag the created referenced content automatically with the parent tag?

Hi @sara.kevorkian ,

At the moment there is not a way to automatically tag children of an entry. However you could use CMA (Content Management API | Contentful ) or WebApp to retrieve entries ‘without tags’ and bulk apply Tags to them.