Link Attributes widget

Component type

module

Categories

Maintenance status

Development status

Downloads

53285

Component created

Component changed

Overview

Link attributes widget provides an additional widget for the link field found in Drupal core.

The widget allows users to set attributes on their link.

In addition the module alters the default menu link content link field to use this widget, allowing menu links to have attributes too

Features

Supported attributes include

  • id
  • class
  • name
  • target
  • rel
  • accesskey

Number2Word

Component type

module

Categories

Maintenance status

Development status

Downloads

56

Component created

Component changed

Number2Word Field Formatter
This module provides a field formatter for integer and decimal field types which automatically converts number values to their equivalent words.

This module is for you in case you are collecting some information like Age, Height, Weight, Price and distance etc. in your content type forms and want to display them as words or both numbers and words.

This module allows you to define your prefix, suffix, separators and scale etc. on the field formatter settings form under manage display tab.

Usage:

Flexslider field with nav

Component type

module

Maintenance status

Development status

Component created

Component changed

Small extension module to flexslider which adds a new "Flexslider with Nav" field formatter. This embeds two duplicate carousels, each with a different flexslider optionset. This allows you to create the Slider w/thumbnail controlNav pattern straight from a multi-valued image field without needing to override theme functions or use views.

Twig Field Value

Component type

module

Maintenance status

Development status

Downloads

36963

Component created

Component changed

Twig Field Value allows Drupal 8 themers to get partial data from field render arrays. It gives them more control over the output without drilling deep into the render array or using preprocess functions.

Single field value

<strong>{{ content.field_name|field_label }}</strong>: {{ content.field_name|field_value }}

Multiple field values

Foundation Accordion Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a custom compound field that acts as a Foundation based accordion field. Once the module is enabled, you can add the field to any content type, and set as many instances as desired in the field settings, then you can provide the data and choose expanded or not by default.