You are here

README.txt in Feeds Paragraphs 8

Same filename and directory in other branches
  1. 7 README.txt
Copyright 2018 Hussein El-hussein


INTRODUCTION
-----------
This module allows mapping to Paragraphs fields.

FEATURES:
---------
* Supports mapping to nested Paragraphs fields.
* Supports mapping to multi-valued Paragraphs fields.
* Supports updating Paragraphs fields values.
Note: As long as the field you are trying to map to supports feeds,
then this module supports it, for example,
Interval field does not, it needs patching, see:
https://www.drupal.org/project/interval/issues/2032715

REQUIREMENTS
-------------
This module requires the following modules:

* Feeds (https://drupal.org/project/feeds)
* Paragraphs (https://drupal.org/project/paragraphs)

INSTALLATION
------------
To install, copy the feeds_para_mapper directory,
and all its contents to your modules directory.

CONFIGURATION
-------------
It has no configuration page.
To enable this module:
visit administer -> modules, and enable Paragraphs Mapper.

USAGE
-------------
For mapping multiple values, use Feeds Tamper:
https://www.drupal.org/project/feeds_tamper
And follow this guide:
https://www.drupal.org/node/2287473

Author
------
Hussein El-hussein (function.op@gmail.com)

File

README.txt
View source
  1. Copyright 2018 Hussein El-hussein
  2. INTRODUCTION
  3. -----------
  4. This module allows mapping to Paragraphs fields.
  5. FEATURES:
  6. ---------
  7. * Supports mapping to nested Paragraphs fields.
  8. * Supports mapping to multi-valued Paragraphs fields.
  9. * Supports updating Paragraphs fields values.
  10. Note: As long as the field you are trying to map to supports feeds,
  11. then this module supports it, for example,
  12. Interval field does not, it needs patching, see:
  13. https://www.drupal.org/project/interval/issues/2032715
  14. REQUIREMENTS
  15. -------------
  16. This module requires the following modules:
  17. * Feeds (https://drupal.org/project/feeds)
  18. * Paragraphs (https://drupal.org/project/paragraphs)
  19. INSTALLATION
  20. ------------
  21. To install, copy the feeds_para_mapper directory,
  22. and all its contents to your modules directory.
  23. CONFIGURATION
  24. -------------
  25. It has no configuration page.
  26. To enable this module:
  27. visit administer -> modules, and enable Paragraphs Mapper.
  28. USAGE
  29. -------------
  30. For mapping multiple values, use Feeds Tamper:
  31. https://www.drupal.org/project/feeds_tamper
  32. And follow this guide:
  33. https://www.drupal.org/node/2287473
  34. Author
  35. ------
  36. Hussein El-hussein (function.op@gmail.com)