You are here

README.txt in Field Group Link 7

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

INTRODUCTION
------------
This module provides a field group display formatter that groups containing
fields within an <a/> tag.

The destination of the link can be set from:
 * A link field (https://drupal.org/project/link)
 * An entity reference field (https://drupal.org/project/entityreference)
 * A file field
 * The page of the current entity (useful for teasers) - whenever the entity
   type supports this.
 * A custom url (with support for token replacement).

Most entity types should be supported.  If you find an entity type that does not
work, please report an issue at:
https://drupal.org/project/issues/field_group_link

NOTE: You must ensure the output markup is valid HTML.  For example, do not
place link fields inside a field group link (as this would result in a nested
link).  It is recommended that you do not place text area fields inside (without
using a text format that would ensure contents are valid for an anchor tag).

REQUIREMENTS
------------
This module requires the Field Group module
(https://drupal.org/project/field_group)

INSTALLATION
------------
 * Install as usual, see http://drupal.org/node/70151 for further information.

CONFIGURATION
-------------
 * To create a field group link, edit the display of any entity (by clicking
   "Manage Display").
 * Add a new group and select the "Link" format.
 * Select the destination of the link by editing the field group configuration.

MAINTAINERS
-----------
Current maintainers:
 * Leon Kessler (leon.nk) - http://drupal.org/user/595374

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 provides a field group display formatter that groups containing
  11. fields within an tag.
  12. The destination of the link can be set from:
  13. * A link field (https://drupal.org/project/link)
  14. * An entity reference field (https://drupal.org/project/entityreference)
  15. * A file field
  16. * The page of the current entity (useful for teasers) - whenever the entity
  17. type supports this.
  18. * A custom url (with support for token replacement).
  19. Most entity types should be supported. If you find an entity type that does not
  20. work, please report an issue at:
  21. https://drupal.org/project/issues/field_group_link
  22. NOTE: You must ensure the output markup is valid HTML. For example, do not
  23. place link fields inside a field group link (as this would result in a nested
  24. link). It is recommended that you do not place text area fields inside (without
  25. using a text format that would ensure contents are valid for an anchor tag).
  26. REQUIREMENTS
  27. ------------
  28. This module requires the Field Group module
  29. (https://drupal.org/project/field_group)
  30. INSTALLATION
  31. ------------
  32. * Install as usual, see http://drupal.org/node/70151 for further information.
  33. CONFIGURATION
  34. -------------
  35. * To create a field group link, edit the display of any entity (by clicking
  36. "Manage Display").
  37. * Add a new group and select the "Link" format.
  38. * Select the destination of the link by editing the field group configuration.
  39. MAINTAINERS
  40. -----------
  41. Current maintainers:
  42. * Leon Kessler (leon.nk) - http://drupal.org/user/595374