This project is not covered by Drupal’s security advisory policy.
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}
Project information
- Project categories: Import and export
- Ecosystem: Feeds, Paragraph, Paragraphs
- Created by amitvin on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
1.0.0-beta1
released 21 April 2026
Works with Drupal: ^10.2 || ^11
Initial release
Install:
Development version: 1.0.x-dev updated 21 Apr 2026 at 04:46 UTC
