Paragraph Feeds Target
This module allows you to import data from feeds directly into paragraph sub-fields. It automatically creates and populates paragraph entities on a host node or other entity type without needing custom code.
Maps Feeds source values directly into paragraph entity sub-fields, allowing feed imports to create and populate paragraph entities on a host node (or any other entity type) without custom code.
REQUIREMENTS
- Drupal 10.2 or 11
- feeds (drupal/feeds)
- paragraphs (drupal/paragraphs)
- entity_reference_revisions (drupal/entity_reference_revisions)
INSTALLATION
- Place the module at docroot/modules/custom/paragraph_feeds_target/.
- Enable it: ddev drush en paragraph_feeds_target -y
- Rebuild the cache: ddev drush cr
HOW IT WORKS
The module registers a @FeedsTarget plugin (paragraph_field) for every entity_reference_revisions (ERR) field on the target bundle. It scans the allowed paragraph bundles of each ERR field and exposes every sub-field of every bundle as an individual mapping target.
Target IDs follow the pattern:
{host_field}{para_bundle}{para_field}
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-beta1 | Pre-release | 10–11 | Initial release | Apr 21, 2026 | |
| 1.0.x-dev | Dev | 10–11 | Initial commit | Apr 21, 2026 |