https://github.com/dpi/relation-english-formatter
Provides a formatter for Relation
https://github.com/dpi/relation-english-formatter
Last synced: 5 months ago
JSON representation
Provides a formatter for Relation
- Host: GitHub
- URL: https://github.com/dpi/relation-english-formatter
- Owner: dpi
- Created: 2011-03-01T08:12:10.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-01T08:21:38.000Z (over 15 years ago)
- Last Synced: 2026-01-20T15:47:37.045Z (5 months ago)
- Homepage: http://drupal.org/node/1015732
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Relation English Formatter
Provides a proof of concept field formatter for Relation fields.
**Daniel Phin** ([dpi][dpi]) ([web][web])
Turns related entities from unordered lists to English style lists.
For example: EntityLink, EntityLink, and EntityLink.
Installation.
* You must ensure the patch on http://drupal.org/node/1015732 comment #2 is applied. Unless it has been committed.
* Enable `Relation English Formatter` module.
* Go to the Display tab of the Node Type the relation field is on.
http://localhost/drupal/admin/structure/types/manage/{nodetype}/display
* Find the instance of a Relation field in the list.
* In the `Format` column, change formatter from `Default` to `Relation English Natural`.
[dpi]: http://drupal.org/user/81431 "Drupal.org profile of `dpi`"
[web]: http://danielph.in/ "Daniel Phin"