List format

Categories

Component ID

2648134

Component name

List format

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

455

Component created

Component changed

Component body

Makes cfr plugins for ListFormatInterface, e.g. from renderkit, available in a number of places in Drupal:
- In a views style plugin.
- .. (this is all for now)

Planned:
- Make it possible to render field items with a list format.

Existing list format implementations in renderkit are:
- HTML list (ul/ol).
- Separator (e.g. ", " or "|")
- HTML container..

Possible custom implementations:
- Gallery/slider/etc
- Bootstrap columns..
- ...