labelvalue

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

This is a simple label/value field that can be attached to any entities.

Similar projects and how they are different

Both modules provide a solution to the key-value field using combination of existing fields.
A labelvalue field is not a combination of two already existing fields.

Global Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a field that displays a global variable text value.

Have you ever needed to display a bit of text that would always be the same across your whole site? Wouldn't it be nice to display that as a field on a Taxonomy term or Node? This is exactly what Global field does.

CKEditor Insert

Component type

module

Maintenance status

Development status

Downloads

7517

Component created

Component changed

This is an UX improvement to the Insert module when used with the CKEditor module (should also work with the WYSIWYG module when using CKEditor library).
It adds two CKEditor buttons available in the toolbar, allowing to insert files or images using an Insert file field.

View all modes

Component type

module

Maintenance status

Development status

Component created

Component changed

View All Modes module extends Display Suite with an extra overview that shows which view modes are customised (custom settings = TRUE) per entity type / per
bundle.

Working on project with a certain number of entity types, bundles and various customised view modes, it's easy to lose a clear overview. This module helps developers to regain that.

This is a developer module. You should disable this when you deploy to production.

Selfie

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide fields for displaying, on an entity, other view modes of the very same entity.

This is probably a very edge-case module. Currently the only use-case I know of for this (and the reason I wrote it) is as a companion to the field_group_colorbox module, allowing for one view mode of the entity to be the "colorbox trigger" for the full entity to display in the "colorbox popup".

If I (or you) can think of more use-cases, I'm happy to promote this to a full project.

Compound field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module provides compound field type. Stores several fields in one Database table.
Supported fields are: textfield, tablefield, nodereference.

EPP Encrypt

Component type

module

Maintenance status

Development status

Component created

Component changed

EPP Encrypt is implementing new way of encrypting fields in Drupal, it contain 2 modules:

EPP Encrypt Storage - SQL Storage implementation for encrypting data directly in Database. Currently support only for pgcrypto in PostgreSQL
EPP Encrypt Field - module with add new 2 fields for text and text area field encryption.

It require encrypt module from where is taking encryption key. It's enough to use Basic method and set encryption key out of public_html (root) folder.

Drush Fields

Component type

module

Maintenance status

Development status

Component created

Component changed

Introduction

This Drush extension is meant for individual field data manipulation from commandline. It uses Drush commandline interface. Aim is to be able to perform all CRUD operations and more on all data in all core field types and contributed field types. Some fields have field-specific support other fields have general support.