Social Link Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

Provides a social link field type. The module has possibility to customize form widget and form formatter. In widget settings in limited field items, you can allow or deny to change social networks in entity create/edit form and possibility to change items order. In formatter display, you can choose Font Awesome icons (Common/Square) or network names.

Supported Social Networks:

Telephone Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

781

Component created

Component changed

This module provides extra formatter to core's Telephone field. It utilizes the giggsey/libphonenumber-for-php library to provide support for standardized telephone formats:

Content Image Hotspots

Component type

module

Maintenance status

Development status

Component created

Component changed

Purpose

This module provides an extensible way to allow images to have buttons that
trigger overlays. It supplies a field type that can be added anywhere you can
add and render fields.

Link Types

To create your own type of link you will need to register it with a hook and
create your form and display functions.

Currently supported are:

Entityqueue Scheduler Field

Component type

module

Categories

Maintenance status

Development status

Downloads

104

Component created

Component changed

This field allows you to schedule an entity into a specific queue.

Example:

I have a node that must always be published but only present in the highlight queue tomorrow from 2 to 4.
I can then put these dates and the relevant queue in the field and This module will add the node/entity/… into/ out of the queue at given time.

Later we will allow you to choose per item if you want it added on top or in the back of the queue.

Add More Alternate

Component type

module

Maintenance status

Development status

Downloads

711

Component created

Component changed

INTRODUCTION

The Add More Alternate module simplifies the 'Add more' multiple cardinality handling so that it just has 'Add item' and 'Remove item' buttons. This only works for fields that are set to limited cardinality greater than 1 (i.e. not -1 or 1).

Once enabled, a 'Use the add more alternate' checkbox will show up on the bottom of the form display page.

REQUIREMENTS

No special requirements.

Field Gate

Component type

module

Maintenance status

Development status

Downloads

79

Component created

Component changed

INTRODUCTION

The Field Gate module let's you configure a field so that it has to be set to a specified value to see the fields below it. Configuration happens via the field settings on the form display. You can specify a message to show for when a different value is set. Currently only works for the radio buttons widget.

Works with field groups.

Filter Form Values

Component type

module

Maintenance status

Development status

Downloads

137

Component created

Component changed

INTRODUCTION

The Filter Form Values module is a developer module that adds in pre-filtering of form values on forms.

This can be useful when you are doing some form level field access (as opposed to entity level field access and validation) and you want to filter out some fields so that their values don't affect the entity on save.

REQUIREMENTS

This module is a developer module and as such is specified as a requirement by other modules.

Entity Draft

Component type

module

Maintenance status

Development status

Downloads

129

Component created

Component changed

INTRODUCTION

The Entity Draft module adds an 'is_draft' base field to bundle enabled entities and enables saving drafts of entities. It adds a "Save Draft" (text is configurable) button to entity edit forms. Unlike node's "save unpublished", entities with fields that are set to required can be saved by using the Controlled Fields module which does it's own management of the required field setting. As an entity can be in a draft state but not actually valid with respect to filled in required fields, site manager's will have to manage the draft status e.g.