You are here

README.txt in Field collection 8.3

Same filename and directory in other branches
  1. 8 README.txt
  2. 8.2 README.txt
  3. 7 README.txt
CONTENTS OF THIS FILE
---------------------
   
 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Restrictions
 * Maintainers


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

Provides a field collection field to which any number of fields can be attached.

Each field collection item is internally represented as an entity, which is
referenced via the field collection field in the host entity. While
conceptually field collections are treated as part of the host entity, each
field collection item may also be viewed and edited separately.


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

This project require the following projects:

 * Field (https://www.drupal.org/docs/8/core/modules/field)


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

Install as you would normally install a contributed Drupal projects. See:
https://drupal.org/documentation/install/modules-themes/modules-8 for further
information.


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

 * Add a field collection field to any entity, e.g. to a node. For that use the
   the usual "Manage fields" interface provided by the "field ui" of Drupal
   E.g. "Admin -> Structure-> Content types -> Article -> Manage fields".
    
 * Then go to "Admin -> Structure-> Field collection" to define some fields for
   the created field collection.
   
 * By the default, the field collection is not shown during editing of the host
    entity. However, some links for adding, editing or deleting field collection
    items is shown when the host entity is viewed.
  
 * Widgets for embedding the form for creating field collections in the
    host-entity can be provided by any module. In future the field collection
    module might provide such widgets itself too.


RESTRICTIONS
-------------

 * As of now, the field collection field does not properly respect different
   languages of the host entity. Thus, for now it is suggested to only use the
   field for entities that are not translatable.


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

Current maintainers:
 * Joel Muzzerall (jmuzz) - https://www.drupal.org/user/2607886
 * Joel Farris (Senpai) - https://www.drupal.org/user/65470
 * Lee Rowlands (larowlan) - https://www.drupal.org/user/395439
 * Nedjo Rogers (nedjo) - https://www.drupal.org/user/4481
 * Ra Mänd (ram4nd) - https://www.drupal.org/user/601534
 * Renato Gonçalves (RenatoG) - https://www.drupal.org/user/3326031
 * Wolfgang Ziegler (fago) - https://www.drupal.org/user/16747

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Restrictions
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. Provides a field collection field to which any number of fields can be attached.
  12. Each field collection item is internally represented as an entity, which is
  13. referenced via the field collection field in the host entity. While
  14. conceptually field collections are treated as part of the host entity, each
  15. field collection item may also be viewed and edited separately.
  16. REQUIREMENTS
  17. ------------
  18. This project require the following projects:
  19. * Field (https://www.drupal.org/docs/8/core/modules/field)
  20. INSTALLATION
  21. ------------
  22. Install as you would normally install a contributed Drupal projects. See:
  23. https://drupal.org/documentation/install/modules-themes/modules-8 for further
  24. information.
  25. CONFIGURATION
  26. -------------
  27. * Add a field collection field to any entity, e.g. to a node. For that use the
  28. the usual "Manage fields" interface provided by the "field ui" of Drupal
  29. E.g. "Admin -> Structure-> Content types -> Article -> Manage fields".
  30. * Then go to "Admin -> Structure-> Field collection" to define some fields for
  31. the created field collection.
  32. * By the default, the field collection is not shown during editing of the host
  33. entity. However, some links for adding, editing or deleting field collection
  34. items is shown when the host entity is viewed.
  35. * Widgets for embedding the form for creating field collections in the
  36. host-entity can be provided by any module. In future the field collection
  37. module might provide such widgets itself too.
  38. RESTRICTIONS
  39. -------------
  40. * As of now, the field collection field does not properly respect different
  41. languages of the host entity. Thus, for now it is suggested to only use the
  42. field for entities that are not translatable.
  43. MAINTAINERS
  44. -----------
  45. Current maintainers:
  46. * Joel Muzzerall (jmuzz) - https://www.drupal.org/user/2607886
  47. * Joel Farris (Senpai) - https://www.drupal.org/user/65470
  48. * Lee Rowlands (larowlan) - https://www.drupal.org/user/395439
  49. * Nedjo Rogers (nedjo) - https://www.drupal.org/user/4481
  50. * Ra Mänd (ram4nd) - https://www.drupal.org/user/601534
  51. * Renato Gonçalves (RenatoG) - https://www.drupal.org/user/3326031
  52. * Wolfgang Ziegler (fago) - https://www.drupal.org/user/16747