Fill

Component type

module

Maintenance status

Development status

Component created

Component changed

Fill is a module that helps you fill up form fields with preset values that you can use for specific use case. It's a time saver that can also be used for semi auto-filling avoiding common mistakes in some forms. For example, if you are using the "Menu attribute" module. A preset called "Golden Menu Item" could be created so that when selected, it can set the proper CSS class in the class field. In this case, if all the content editors are not aware of the relevant CSS classes, then all they will need to do is to apply the Fill preset that will have a much more meaningful name.

Slick Media

Component type

module

Maintenance status

Development status

Downloads

48875

Component created

Component changed

Provides integration between Slick carousel, Media Entity, and Video Embed Media. Slick Media allows richer slideshow/carousel contents with a mix of text, image and video. If you need more complex slide components, check out Slick Paragraphs.

Rule-based SMS Router

Component type

module

Categories

Maintenance status

Development status

Downloads

385

Component created

Component changed

This module hooks into the SMS Framework and allows admin-defined rules to determine which of a large number of configured gateways an SMS message should be routed through.

Rule plugins can also be extended to provide more capabilities.

XML Cleaner

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Cleans invalid XML directives from feeds which prevent many of Drupal's XML modules from working.

Currently supported:
Views XML Backend

Work in Progress:
Feeds
XML Import

Token Environment

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

The Token Environment module allows you to specify an environment and use it how a token. This token can be interesting if you need create dynamic paths with environment to save files. Additional you can add this token to body classes.

Requirements

This module requires the following modules:

Editablevar

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

Create and edit system wide variables via the administration interface.

We have developed this module for an conference platform to solve the following tasks:

  1. Store, call and edit system wide variables in a Drupal 8 installation
  2. Place and edit variables in CSS files (it works a little bit like a CSS preprocessor
  3. Deliver simple key value pairs in JSON files without authentification

Configuration

You find the configuration page of the Editablevars module below this link:
/admin/config/system/editablevar

entitiesdiagram

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Note: Development and issues are handled on GitHub, and code is synced back to Drupal.org

This module generates a graph of the entities, fields and their relationship of a particular installation of Drupal 7. This enables a quick overview of your Drupal 7 entities and bundles.

Usage Drush

$ drush entitiesdiagram | dot -Gratio=0.7 -Eminlen=2 -T png -o ./test.png