Entity Ref Bootstrap Accordion / Tab Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

335

Component created

Component changed

Simple Bootstrap Accordion / Tab Field formatter for field types "entity_reference , entity_reference_revisions".
So it will be available Paragraphs module as well.

It's a fork to https://www.drupal.org/project/entity_ref_tab_formatter

Library used except Bootstrap :

JSON Form

Component type

module

Categories

Maintenance status

Development status

Downloads

474

Component created

Component changed

This module allows you to generate HTML forms from JSON Schemas using JSON Forms library.

These forms values will be translated to string and saved into a long text plain field type.

You only need to configure the widget with the desired form structure and the default value (if needed).

Usage examples here

Transliterate filenames for uploads

Component type

module

Maintenance status

Development status

Downloads

405

Component created

Component changed

Transliteration for all uploading files (includes fields and ckeditor inline upload)

How to use: just enable module as usual. All new file names will be transliterate to Latin characters.

Templorary solution till 8.5 core - https://www.drupal.org/node/2492171 . After release new core just disable this module (or not, if you don't want to click all checkboxes on all filefields for transliteration and use this one simple module for global settings).

Field List Details

Component type

module

Maintenance status

Development status

Downloads

408

Component created

Component changed

Field List Details is a very simple module that provides additional details for fields when viewing the Manage Fields route on an entity type.

No setup required. Once you install the module, your field lists will automatically provide additional details.

Current details provided:

Title HTML

Component type

module

Categories

Maintenance status

Development status

Downloads

291

Component created

Component changed

This modules extend Title module to allow node titles to have HTML tags.

Title module provides a title field to replace entity title property. We can configure that title field to have filtered text. However, due to certain roadblocks from Drupal core, we cannot get formatted titles with html. This module fixes those roadblocks.

Dominant color

Component type

module

Maintenance status

Development status

Downloads

109

Component created

Component changed

This module calculates the dominant color of the image. The setup when using this module is as follows:
- There will be a vocabulary holding colors that you need to predefine.
- there will be at least one content type holding an image field and a reference to the color taxonomy.

INSTALL:
- Install https://www.drupal.org/project/registry_autoload module.
- Install this module as usual.