You are here

README.txt in Field Collection Views 6.x

Same filename and directory in other branches
  1. 8.5 README.txt
INTRODUCTION
------------
* This module provides a formatter leveraging views for the
  Field Collection module.

INSTALLATION
------------
 * Install contributed Drupal module as we do normally. See:
   https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
   for further information.


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

 * After installing this module,then you could goto host entity's fields display
   settings page, such as admin/structure/profiles/manage/resume/display.

 * At display settings page, you could choose format for you collection field,
   This module provide a new option"Views field-collection items"

  * Now if you visit a page of host entity, you could only see three fields,
    " Field collection Item id", "Edit", "Delete",At the bottom there is a
    "Add" link.This is not a bug, that because i do not know which fields
    that added to collection field.

 * Clone views "field_collection_view", at the clone view, you need add more
   fields to it, change the sort criteria,Please do not change the
   existing fields (except "Exclude from display " for
   "Field-collection item: Field-collection item ID"),
   the Contextual filters of " Field-collection item: Field-collection item ID"

 * After that you need config the name /display id of the views you want
   to use at display settings page, such as
   admin/structure/profiles/manage/resume/display,you click the button
   at the right place, then there will be a form inlude 2 elements,"name"
   and "display id".


MAINTAINERS
-----------
Current maintainers:
 * Ahana Kundu (ahana92) - https://www.drupal.org/u/ahana92
 * Mahaveer Singh Panwar - https://www.drupal.org/u/mahaveer003

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. * This module provides a formatter leveraging views for the
  4. Field Collection module.
  5. INSTALLATION
  6. ------------
  7. * Install contributed Drupal module as we do normally. See:
  8. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  9. for further information.
  10. CONFIGURATION
  11. -------------
  12. * After installing this module,then you could goto host entity's fields display
  13. settings page, such as admin/structure/profiles/manage/resume/display.
  14. * At display settings page, you could choose format for you collection field,
  15. This module provide a new option"Views field-collection items"
  16. * Now if you visit a page of host entity, you could only see three fields,
  17. " Field collection Item id", "Edit", "Delete",At the bottom there is a
  18. "Add" link.This is not a bug, that because i do not know which fields
  19. that added to collection field.
  20. * Clone views "field_collection_view", at the clone view, you need add more
  21. fields to it, change the sort criteria,Please do not change the
  22. existing fields (except "Exclude from display " for
  23. "Field-collection item: Field-collection item ID"),
  24. the Contextual filters of " Field-collection item: Field-collection item ID"
  25. * After that you need config the name /display id of the views you want
  26. to use at display settings page, such as
  27. admin/structure/profiles/manage/resume/display,you click the button
  28. at the right place, then there will be a form inlude 2 elements,"name"
  29. and "display id".
  30. MAINTAINERS
  31. -----------
  32. Current maintainers:
  33. * Ahana Kundu (ahana92) - https://www.drupal.org/u/ahana92
  34. * Mahaveer Singh Panwar - https://www.drupal.org/u/mahaveer003