You are here

README.txt in Text list formatter 8.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
ABOUT

This module provides an additional formatter to render values in all
core fields as HTML or comma-separated lists.

For multi-value fields, each field value becomes a list item. For long text
fields, each line becomes a list item.

Textformatter also provides hooks (see textformatter.api.php) so that other
modules can register and implement listings for their field data. The
textformatter_contrib module provides some implementations. This is bundled
with this module. Currently entityreference, node reference, and link fields
are supported.

REQUIREMENTS

- Drupal 7.x
- Drupal core's Field module

CONFIGURATION

There is no special configuration for this module.  You may configure it just as
you would any other field formatter on the "Manage display" tab.

AUTHOR AND CREDIT

This module was developed for Drupal 6 by:
Larry Garfield & Emily Brand
http://www.palantir.net/

The Drupal 7 version initiated and maintained by:
Damian Lee

This module was initially developed by Palantir.net.

File

README.txt
View source
  1. ABOUT
  2. This module provides an additional formatter to render values in all
  3. core fields as HTML or comma-separated lists.
  4. For multi-value fields, each field value becomes a list item. For long text
  5. fields, each line becomes a list item.
  6. Textformatter also provides hooks (see textformatter.api.php) so that other
  7. modules can register and implement listings for their field data. The
  8. textformatter_contrib module provides some implementations. This is bundled
  9. with this module. Currently entityreference, node reference, and link fields
  10. are supported.
  11. REQUIREMENTS
  12. - Drupal 7.x
  13. - Drupal core's Field module
  14. CONFIGURATION
  15. There is no special configuration for this module. You may configure it just as
  16. you would any other field formatter on the "Manage display" tab.
  17. AUTHOR AND CREDIT
  18. This module was developed for Drupal 6 by:
  19. Larry Garfield & Emily Brand
  20. http://www.palantir.net/
  21. The Drupal 7 version initiated and maintained by:
  22. Damian Lee
  23. This module was initially developed by Palantir.net.