craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
288 stars 139 forks source link

Bugfix/1340 update feeds after entrification #1347

Open i-just opened 1 year ago

i-just commented 1 year ago

Description

Take advantage of EntrifyEvent added via https://github.com/craftcms/cms/pull/13391.

After entrification, Feed Me utilises this event to adjust the feeds that were importint into the entrified Category/Tag/Global Set element.

It changes the feed’s elementType to Entry and elementGroup from the Category/Tag/Global Set element to the Entry section and type ids.

Related issues

1340