You are here

README.txt in Reference Table Formatter 2.0.x

Same filename and directory in other branches
  1. 8 README.txt
INTRODUCTION
------------

Reference Table Formatter provides a field formatter to render a table of
referenced entities' fields on the target entity of a variety of different
reference field types.

Currently supported field types are:

 * Entity Reference from core
 * Entity Reference Revisions (such as for Paragraphs)
 * Field Collection (support deprecated, not selectable in UI)


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

This module requires no modules outside of Drupal core.


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

 * Install as you would normally install a contributed Drupal module. Visit
   https://www.drupal.org/node/1897420 for further information.


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

    1. Ensure Drupal core's Field UI module is enabled.
    2. Navigate to the relevant entity's (node, media, taxonomy, etc. ) field
       display configuration form.
    3. For any entity reference or entity reference revision fields, select
       “Table of Fields” type.
    4. Optionally modify the options for the formatter.
    5. Hit save.


TROUBLESHOOTING
---------------

 * Error: "Using non-default reference handler with reference_table_formatter
   has not yet been implemented":

   - The current implementation of the formatter requires that the field uses
     the "Default" reference method in the field's setting. This limitation is
     planned to be resolved in version 2.0.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. Reference Table Formatter provides a field formatter to render a table of
  4. referenced entities' fields on the target entity of a variety of different
  5. reference field types.
  6. Currently supported field types are:
  7. * Entity Reference from core
  8. * Entity Reference Revisions (such as for Paragraphs)
  9. * Field Collection (support deprecated, not selectable in UI)
  10. REQUIREMENTS
  11. ------------
  12. This module requires no modules outside of Drupal core.
  13. INSTALLATION
  14. ------------
  15. * Install as you would normally install a contributed Drupal module. Visit
  16. https://www.drupal.org/node/1897420 for further information.
  17. CONFIGURATION
  18. -------------
  19. 1. Ensure Drupal core's Field UI module is enabled.
  20. 2. Navigate to the relevant entity's (node, media, taxonomy, etc. ) field
  21. display configuration form.
  22. 3. For any entity reference or entity reference revision fields, select
  23. “Table of Fields” type.
  24. 4. Optionally modify the options for the formatter.
  25. 5. Hit save.
  26. TROUBLESHOOTING
  27. ---------------
  28. * Error: "Using non-default reference handler with reference_table_formatter
  29. has not yet been implemented":
  30. - The current implementation of the formatter requires that the field uses
  31. the "Default" reference method in the field's setting. This limitation is
  32. planned to be resolved in version 2.0.