User Private Data

Component type

module

Maintenance status

Development status

Component created

Component changed

Extends content with data which is private to the user viewing the content.
This module adds a "User private data" property to any new field.
If set, the field is stored in a user dependent storage area. So different users will have different values in the same field (for the same node).

Bitmovin player

Component type

module

Categories

Maintenance status

Development status

Downloads

1008

Component created

Component changed

This module provides a Bitmovin HTML5 Adaptive Player as a Drupal field.

After uploading your video in this Bitmovin field, the video will be redirected to Bitmovin. Bitmovin encodes your videos into modern Adaptive Bitrate Streaming formats such as MPEG-DASH and HLS. These cutting edge adaptive streaming formats enable smooth playback without buffering and low startup delay at the highest possible quality.

Your video can be hosted on:

yarm

Component type

module

Maintenance status

Development status

Component created

Component changed

YARM - Yet Another Recorder Module

Overview

This module employs the MediaRecorder API (HTML5 WebRTC) to record audio using the browser and workstation microphone.

It is currently a sandbox project intended as a proof of concept, however future integration with other D8 modules (e.g. media, audiorecorderfield) is a possibility.

Select all if empty

Component type

module

Categories

Maintenance status

Development status

Downloads

240

Component created

Component changed

Handle empty fields with an options-based widget as if all options were selected.

Say an entity has a field with a list of countries which controls in which country the entity is available. If no country is selected I would like it to be displayed in every country. This way I save space in the database and enhance the UX of the entity form.

There are many ways to solve this, this module does the following:

Fixed text link formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

3266

Component created

Component changed

The Fixed text link formatter module allows links to be formatted with a fixed link text.

Requirements

This module requires no additional contrib modules.

Installation

Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/docs/8/extending-drupal-8/installing-contributed-...
for further information.

Simple background-image formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

1736

Component created

Component changed

Introduction

The *Simple background image formatter* module allows image fields to be formatted as a background image on a html tag.

Requirements

This module requires no additional contrib modules.

Installation

Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/docs/8/extending-drupal-8/installing-contributed-...
for further information.

Markup2

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Markup2 is variant of the popular Markup module to support cloning.

Q: When should you use Markup2 instead of Markup?

A: When you clone entities and entityforms (e.g. via this patch), you probably expect a new instance be created.
But when using the Markup module this does NOT happen. So when you change the markup in the clone, you also change the markup in the original.