Extra Field UI

Component type

module

Maintenance status

Development status

Downloads

111

Component created

Component changed

INTRODUCTION
------------

The Extra Field UI module provides an easier way for developers to configure and
display extra fields on any Entity Form (including node and user).
If you are not a developer then you probably shouldn't enable this module.

MAINTAINERS
-----------

Current maintainers:
* Felipe Caminada - https://www.drupal.org/u/caminadaf

Saved Query

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Saved Query Fields are meant to serve as enhancements to an existing Entity Reference field. Each Saved Query Field points to a matching Entity Reference field, and contains the sort and condition data necessary to construct an EntityQuery. At regular intervals, the query will be run, the matching items will be placed into the Entity Reference field, and the entity will be saved.

Video Embed HTML5

Component type

module

Categories

Maintenance status

Development status

Downloads

2736

Component created

Component changed

This module add support for embedding HTML5 videos into your website using Video Embed Field

Usage

  • Install module
  • Add video embed field and enable "HTML5" provider
  • Add link that ends with mp4/ogg/webm

Generating thumbnails

There are two ways you can generate thumbnails for a HTML5 video:

pinyin

Component type

module

Categories

Maintenance status

Development status

Downloads

81

Component created

Component changed

Provides the pinyin short code(拼音简码) utility and fields.

The pinyin short code will be generate from label field string automatically.
拼音简码将会根据entity的label字段自动产生。

Example:

    $fields['pinyin'] = BaseFieldDefinition::create('pinyin_shortcode')
      ->setLabel('拼音码')
      ->setSetting('max_length', 16);

If the $entity->label() value is "中国", then the generated pinyin short code will be "zg"。

Text Field Counter

Component type

module

Maintenance status

Development status

Downloads

182

Component created

Component changed

Module summary

This module adds new widgets for the form display of each of the field types that ship with core, both text fields and text areas. The widgets this module provides extend the default core widgets, adding a text counter that displays the remaining number of characters allowed in the field. This counter updates as the user types. There is also a setting for the counter to be above or below the text field. If any field has more characters entered than the field allows, form submission is prevented until the number of characters is adjusted to the correct amount.