Options Table

Component type

module

Categories

Maintenance status

Development status

Downloads

832

Component created

Component changed

Options Table module provides a Draggable Table widget as alternative to the core "Checkboxes / radio buttons" widget provided by options module.

Checkboxes / radio buttons widget does not allow to adjust the weight of the selected options, and that the extra feature provided by this module. Besides of the checkboxes to select/unselect the desired options, site administrators can sort the selected options to be stored in the selected order.

This module gives support for the core provided List fields, Taxonomy Term Reference and Entity Reference.

Node sync

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to have some fields values synced with one single node.
This way you can modify just one node and have all changes into all nodes with the reference to that node.

Example:
Node A with body value set to: "This is a demo".
Node B with sync pointing to Node A will have also "This is a demo" into it's body value.

Field value set is bidirectional (when synced node is being created or updated and when source node is modified).

File field download link timestamp

Component type

module

Maintenance status

Development status

Component created

Component changed

This simple module will provide a way to alter all file download paths slighty to avoid some file caching systems to prevent blocking access to new file versions. This module will add a checkbox to file field configuration page.

Use case

Some aggressive file caching may cache files based on the filename, failing to refresh the file when it is being updated in Drupal filesystem. This may happen when users are allowed to overwrite existing files with new versions instead of adding new files with new names (new version of file.pdf becomes file_0.pdf).

Ignore GIF Image Formatter

Component type

module

Maintenance status

Development status

Component created

Component changed

This tiny module extends core's default Image Formatter and configures it so GIF images are not processed through an image style. All GIFs will be displayed in their original form despite what image style is configured. This is useful because Drupal's default image processing library, GD, does not preserve animation in GIFs when running processing them.

Drop2S3

Component type

module

Maintenance status

Development status

Downloads

95

Component created

Component changed

General information

The Drop2S3 module provides a custom file field that renders a drop area that
upload files directly to AWS S3 bucket using the Evaporate JS.

Advantages

  • Use Dropzone JS, popular plugin to Drag & Drop files;
  • Use Dropzone JS configurations as maxFilesize, acceptedFiles and more;
  • Upload files directly to AWS S3 using Evaporate JS;
  • Progress bar indicating the remaining time.

Configuration

Use the README.txt into the module folder, it's contain all information necessary.

Geofield Map

Component type

module

Maintenance status

Development status

Downloads

13828

Component created

Component changed

Geofield Map is an advanced, complete and easy-to-use Geo Mapping solution for Drupal 8, based on and fully compatible with the Geofield module, that lets you manage the Geofield with an interactive Map both in back-end and in the front-end.

It represents the perfect solution to:

Entity Reference Dialog Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

203

Component created

Component changed

This is a very simple formatter for any Entity Reference field which allows you to render it as a link which opens the referenced entity in a jQuery UI modal (utilizing Drupal Core's libraries).

You can customize the link text and the dialog window options.

An example use case would be to create a reference to a Contact Form from an entity (such as an entity representing a Support Rep to contact). You can then render that reference as a link to pop up the contact form in a dialog window.