craftcms / feed-me

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

Feature/1194 native alt field #1460

Open i-just opened 3 weeks ago

i-just commented 3 weeks ago

Description

This is pretty much Brian’s PR with some compatibility tweaks.

Adds support for native fields, specifically aimed at the native alt field. Native fields are set with $element->setAttributes() rather than $element->setFieldValues(), which makes this a little more involved.

If support for more native fields needs to be added in the future, as long as they are mapped to a nativeFields key on the $fieldInfo they will be saved appropriately.

Related issues

1194

1391