Image Enhanced

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Enhanced version of the DrupalimagePluginFieldFieldFormatterImageFormatter with support for tokenized Alt, Title and Custom link fields.

Dependencies

  • Token
  • Media Entity

Block Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

127

Component created

Component changed

If you would like to render a block in an entity reference field, this is the module for you! This module pairs well with modules such as Bricks, which let you display fieldable entities.

REQUIREMENTS

You must have the block, block_content and entity_reference core modules installed.

INSTALLATION

* Install as usual as per http://drupal.org/node/895232.

USAGE

Data tree bulider

Component type

module

Categories

Maintenance status

Development status

Downloads

67

Component created

Component changed

This module allows creation of nested tree structures, kept in a specified configuration entity. It is somewhat similar to core taxonomy tree, but allowing elements having different parameters (fields), definable in a child class depending on anything you like (level, id, etc), not exactly the same for every element.

It uses AJAX for every operation.

This is an API module, see the attached example for a possible use case.

Media Entity Actions

Component type

module

Categories

Maintenance status

Development status

Downloads

907

Component created

Component changed

This module is intended to serve as a bridge for sites that relied on the Actions plugins present on the Media Entity 1.x branch, which were removed in Drupal core 8.4.x. You can use this module together with Media in core 8.4.x to achieve the same functionality.

Content Notifications

Component type

module

Maintenance status

Development status

Downloads

77

Component created

Component changed

Overview

Only for logged-in users:
Display unread statuts on node view: new or updated
Display the amount of unread node on a menu item.

How it work

Data are based on the Drupal core history table.
It just add an extra field on every content type to display the status.
The extra field display a placeholder. A javascript is launch after the page load and get unread status badge trough ajax and insert it in each placeholders.
No page load performance loss. Works with every kind of cache

field entity dependency

Component type

module

Maintenance status

Development status

Downloads

75

Component created

Component changed

This module will provide a field type to manage hierarchical dependency between related Drupal 8 entities.
For now, it only works between content types but we have plans to support taxonomy vocabularies and bock types in near future.

How to use:

Go to Manage Fields on any content type and then press on Add field.
Now select the Dependency field type.
Once created, go to Manage form display, make sure that you have selected the Dependency select widget and in its settings, you must specify the entities to display on the field.