Social Format

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a generic formatter that produces social media icons with a link for several input methods :

  • Text and Link Field Formatter
  • WYSIWYG text format, for any formatted field
  • Twig function

Advantages over other methods: the formatter can be applied on existing content and provides a generic behavior for the several input methods.

Use cases

Social media links defined

Calculation Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

D8 port of the Math Field module (no activity for 2 years, no recognizable effort to port the module to D8)

First step will be to port the module as it is for those who are familiar with its functionality.
But we are planning several additions:

Media Lazy Load Formatter

Component type

module

Maintenance status

Development status

Downloads

214

Component created

Component changed

This module allows the option of lazy loading different forms of media via field formatters. Currently only supports the image field formatter.

It uses the JQuery Lazy Load Xt library to lazy load the images on scroll.

Installation:

Enable module.

Usage:
Visit any entity's display mode. If an image is present, the settings form should have a checkbox to choose whether or not to lazy load the image.

Entity Reference Guards

Component type

module

Maintenance status

Development status

Downloads

334

Component created

Component changed

Entity Reference Guards help you safely protect or clean up your entity references, based on actions performed on either entity (the referee or referent). It is based on Django's ForeignKey's on_delete behavior.

Pseudo Title

Component type

module

Maintenance status

Development status

Downloads

91

Component created

Component changed

Pseudo Title creates a pseudo field that can be used to move up and down the content of the title in the same administration page where the display of other fields are managed.

The problem that this module addresses is that Drupal 8 doesn't show the Title field in the /admin/structure/types/manage/[CONTENT_TYPE]/display page. Therefore; if your page layout requires that the title of a node in full-view be placed after the output of other fields, then you have to do it by other means.

Entity Reference Token Link

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This D8 module introduces a field formatter for Entity Reference fields that will render the field as a custom link with separate Title and URL fields, both supporting entity tokens.

Remote stream wrapper widget

Component type

module

Maintenance status

Development status

Downloads

160

Component created

Component changed

This project provides a file/image widget implementation of the API provided by remote stream wrapper.

It currently only supports entering the URL but will in time gain feature parity with core's file and image widgets.

Installation
Install as you would any other module.
Navigate to "Manage form display" on the entity bundle you want to use the remote stream wrapper.
Select the "Remote stream wrapper" widget for any required file or image fields.

Drupal Extra

Component type

module

Maintenance status

Development status

Downloads

106

Component created

Component changed

The module enhances the feature of other great contributes modules.
Current enhanced modules are:
- Computed Field, Computed Field Tools
- Field Query
- Views Summarize
- Visitors

The list will be continued.
Mostly are tiny fixes so I can't move it to separate single module.

Once an extra module's fixes is merged to official module, this extra module will be removed out. Please let me know your request if you're one of the author of the module.

Lock Field Values

Component type

module

Maintenance status

Development status

Downloads

58

Component created

Component changed

Allows administrators to lock the values of fields on any entity.

Introduces a new setting for fields that enable the ability for the values to be locked per-entity.

Setup:

  1. Install the module
  2. Edit the field settings for fields you would like to be lockable. Check "Administrator can lock values"
  3. Enable the permission "Lock and unlock fields" for administrator roles as desired.