You are here

README.txt in REST Export Nested 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

This module extends core's REST Export views display to automatically convert
any JSON string field to JSON in the output. It works with Views Field View.

Theoretically it should work with any field which displays a JSON string without
 any surrounding HTML.

REQUIREMENTS
------------

This module requires:
- drupal:rest
- drupal:views


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. Visit
   https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
   for further information.


CONFIGURATION
-------------

1. Install module.
2. In your view, add a display of type "REST export nested"
3. Configure view.
When adding a Views Field View field, make sure the output of the field is set
to "REST export" or "REST export nested".

Example using Views Field View:

1. Install and enable Views Field View
2. Create view display of referenced content (e.g. Articles) of type
"REST export" or "REST export nested"
3. Add a relationship to the host entity and contextual filter of host entity ID
4. Create a view display "REST export nested" of parent entity type
5. Add required fields (e.g. "nid", "title")
6. Add a field of type "Views field", configure with the correct View and
display and pass "nid" as the contextual filter
7. Using another source of JSON

If your JSON is stored as field data or you're generating it another way, you
may need to adjust the row style options. In your "REST export nested" display,
edit your fields settings and select "Raw output" for the JSON field.

MAINTAINERS
-----------

Current maintainers:
 * Ian McLean (imclean) - https://www.drupal.org/u/imclean
 * Debora Antunes (dgaspara) - https://www.drupal.org/u/dgaspara

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. This module extends core's REST Export views display to automatically convert
  11. any JSON string field to JSON in the output. It works with Views Field View.
  12. Theoretically it should work with any field which displays a JSON string without
  13. any surrounding HTML.
  14. REQUIREMENTS
  15. ------------
  16. This module requires:
  17. - drupal:rest
  18. - drupal:views
  19. INSTALLATION
  20. ------------
  21. * Install as you would normally install a contributed Drupal module. Visit
  22. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  23. for further information.
  24. CONFIGURATION
  25. -------------
  26. 1. Install module.
  27. 2. In your view, add a display of type "REST export nested"
  28. 3. Configure view.
  29. When adding a Views Field View field, make sure the output of the field is set
  30. to "REST export" or "REST export nested".
  31. Example using Views Field View:
  32. 1. Install and enable Views Field View
  33. 2. Create view display of referenced content (e.g. Articles) of type
  34. "REST export" or "REST export nested"
  35. 3. Add a relationship to the host entity and contextual filter of host entity ID
  36. 4. Create a view display "REST export nested" of parent entity type
  37. 5. Add required fields (e.g. "nid", "title")
  38. 6. Add a field of type "Views field", configure with the correct View and
  39. display and pass "nid" as the contextual filter
  40. 7. Using another source of JSON
  41. If your JSON is stored as field data or you're generating it another way, you
  42. may need to adjust the row style options. In your "REST export nested" display,
  43. edit your fields settings and select "Raw output" for the JSON field.
  44. MAINTAINERS
  45. -----------
  46. Current maintainers:
  47. * Ian McLean (imclean) - https://www.drupal.org/u/imclean
  48. * Debora Antunes (dgaspara) - https://www.drupal.org/u/dgaspara