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

Project config-like versionable and non-database reliant feed creation/sharing #1325

Closed iparr closed 1 year ago

iparr commented 1 year ago

This is a feature request.

The project config workflow in Craft CMS is pretty fun. It makes life easier for developers iterating through live sites and multiple dev environments.

Currently - afaik - configuration of feeds in FeedMe is stored only in the database. Due to the power of this plugin and how it deals with sometimes quite elaborate architectures, the setup can be a bit arduous. The impact of this is felt more keenly when this setup needs to be repeated.

Would be possible to save a feed config (using YAML files like in Project config, rather than just in the DB) in a manner that could be committed to version control instead?