Hide Field Label

Component type

module

Categories

Maintenance status

Development status

Downloads

913

Component created

Component changed

Hide Field Label module provides a possibility to hide field labels on widget forms.

Currently supported widget types are text_textfield, text_textarea, text_textarea_with_summary, number, email_textfield. This list can be extended with hook_hide_field_label_widgets_alter().

Display Machine Name

Component type

module

Maintenance status

Development status

Downloads

203

Component created

Component changed

INTRODUCTION

The Display Machine Name module enables showing the machine name next to the label on view/form display edit forms. This is useful to identify fields which have the same label which can happen when you are using other modules such as field_group or conditional field types of modules.

A simple checkbox has been added at the bottom of each display to enable viewing of the machine name.

REQUIREMENTS

No special requirements.

Entity Reference Validators

Component type

module

Categories

Maintenance status

Development status

Downloads

323

Component created

Component changed

This module adds additional validators for Entity Reference fields.

So far it includes just one validator:

  • Circular reference validator: This validator prevents an entity reference form linking to the entity that has the entity reference field. For example, this prevents a node entity reference field on node 1 from linking to node 1.

File Link

Component type

module

Maintenance status

Development status

Downloads

306

Component created

Component changed

This module provides a field that extends the core Link module field by storing metadata about the target file like size and mime-type. The link URI must point to file not to a directory. The site builder can define a list of allowed target file extensions.

eck_dynamic_bulk_importer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Importer for Entity Construction Kit provided entities.

Module provides an importer settings page, which can import any data to ECK entities from a CSV and other sources.

Entities can be mapped based on properties and fields.

Installation

Textarea widget for text fields

Component type

module

Categories

Maintenance status

Development status

Downloads

771

Component created

Component changed

Allow text fields to use the multiline text area widget on content entry forms.

Nothing about a regular, "short" text field with a limit of around 255 or 500 characters logically requires that it be entered in an input field of only one line.

Drupal by default will only give you a widget allowing text entry to be done on one line though. This module removes that restriction. With this module enabled, you can use the textarea widget on a regular text field.

Read-only Field Widget

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a field widget which shows a read-only version of a field on a form for Drupal 8.x

NOTE: The field must have a value for this widget to show - this can either be a default value (set while the widget uses a form type widget or programatically) or from the saved value while on an entity edit form.

- Still shows up if the user doesn't have edit access to the field but they do have view access.
- The formatter options for the field are available under the widget settings.
- Label position and hide/show option is available under the widget settings.

Link Data Attributes

Component type

module

Maintenance status

Development status

Component created

Component changed

The Link Data Attribute module provides a simple way to include HTML 5 data-* attributes to any Link field on site building.

With this module, links can be easily added with a data-* attribute that can be used on your JavaScript and/or your CSS files.
A quick reference to HTML-5 data-* attributes usage.