Fielder

Component ID

1998310

Component name

Fielder

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1770

Component created

Component changed

Component body

Fielder allows you to embed node fields (images, videos, files and any others) right in the node body using a simple inline tag: [fieldname:items|position].

The real power of this module comes when you writes a long article and wants to insert some images and videos between its paragraphs.

Syntax

[fieldname:items|position]

  • fieldname — machine name of a field
  • items (optional) — index of item (or range of items)
  • position (optional) — 'default', 'center', 'left' or 'right'

All following constructions are supported:

  • [field_images] — all attached images
  • [field_images:0] — first attached image
  • [field_images:1] — second attached image
  • [field_images:1|right] — second image (right floated)
  • [field_images:1-2|right] — both second and third images (right floated)

Installation

  1. Download and install the module as usual.
  2. That's it!

Note: Technically Fielder is not a filter -> no additional configuration required.