Advanced email formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

1286

Component created

Component changed

This module adds a field formatter which allows a site builder to configure the formatting of email fields.

It's currently capable of outputting the e-mail field as a mailto link with a custom title with token support.

Requirements
------------
None

Installation
------------
As you would any other Drupal module

Configuration
-------------
As you would any other field formatter.

Bulk Copy Fields

Component type

module

Categories

Maintenance status

Development status

Downloads

464

Component created

Component changed

Synopsis
A module for those who need to bulk copy field values in nodes or other entities to another field in the entity.

Similar Projects
None known

Requirements
Latest release of Drupal 8.x.

FlipClock.js

Component type

module

Maintenance status

Development status

Downloads

559

Component created

Component changed

The FlipClock.js module integrates the FlipClock.js plugin with Drupal. FlipClock.js is an extendible API to create any kind of clock or counter. It can be used as a

  • Clock
  • Timer
  • Countdown

The module integrates with:

  • Blocks, by exposing a new block type "Clock"
  • Date fields, by exposing a new formatter "FlipClock"

Installation

See the README file for detailed installation instructions.

Telephone Type

Component type

module

Categories

Maintenance status

Development status

Downloads

327

Component created

Component changed

Synopsis

This is a module that extends the code telephone module by including
the ability to select a type of telephone number (ie Cell, Work, Fax),
and also validated the number. It uses libphonenumber-php library
(port of google's libphonenumber library).

The module stores the telephone in number only format, displays the number
in "National" (PhoneNumberFormat::NATIONAL)format, and links the number in
RFC3966 format (PhoneNumberFormat::RFC3966). Fax numbers are displayed as
markup, using National format.

Entity Reference Revisions Context

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This field formatter adds contextual data attributes to entity reference revisions, useful specifically for determining how an element is positioned within a page and when theming a set of entities in the context of a list.

Heading field

Component type

module

Maintenance status

Development status

Downloads

179

Component created

Component changed

The heading module adds a new field type containing a text field and a heading
size. The field will be formatted as a HTML heading (h1 - h6).

This field type is created in the first place to be used within paragraphs.

Installation

  1. Download and extract this module to the modules/contrib directory or download using composer.
  2. Enable the module.

Usage

Create a content type or paragraph type and add the Text > Heading field to it.