Antiflag

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Squatting. If you have actual code to put here before I get mine done, and any reason at all why this name should be for your project, I will give it to you. Let me know.

Telephone Validation

Component type

module

Categories

Maintenance status

Development status

Downloads

5038

Component created

Component changed

Telephone validation module provides field validation to Drupal core Telephone field and tel form element. Just install the module and enable field validation to ensure telephone data quality.

The module uses libphonenumber composer package for validation, and supports the many different national number formats. For international telephone field we suggest using E164 format.

Responsive Image

Component type

module

Maintenance status

Development status

Downloads

44

Component created

Component changed

This this module allows you to select a "Responsive Image" formatter for images.

A default image style (configurable) will be selected on render and subsequently the correct image style will be selected via javascript based on the container width, with support for retina images and bandwidth control.

@TODO: More informations coming here.

Text or Entity

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a hybrid field type that accepts either text or entity reference as its value, allowing fields to optionally reference arbitrary entities via their label.

Extra field settings

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds API to add extra_fields settings.

Because creating 6 extra fields is ridiculous, just because you want a link sometimes, and H1, H2 or DIV sometimes.

Hooks:

  • hook_extra_field_settings_form_alter(array &$form, array $context)
  • hook_extra_field_settings_summary_alter(array &$summary, array $context)

See api.php.