Composer deploy

Component type

module

Categories

Maintenance status

Development status

Downloads

5209

Component created

Component changed

The project is very similar to Git deploy but for Composer.

Normally drupal.org inserts version information when a project is packaged. Packages installed via Composer do not contain this information in some cases.

  1. The required version is a dev version
  2. Composer runs in --prefer-source mode

Composer Deploy hooks into the Drupal update system and attempts to provide the version of modules and themes from Composer metadata.

Reaction

Component type

module

Maintenance status

Development status

Downloads

396

Component created

Component changed

Synopsis

This module provides ability to react on any piece of content. Inspired by facebook reactions.

Technically the module will provide the field reaction field type, where this field can be added to any entity type(like Content type, Comment type etc).

Content reactions

Requirements

You require to do a composer install after downloading the module.

InDesign Importer

Component type

module

Maintenance status

Development status

Component created

Component changed

The InDesign Importer is a starting point to allow content imports from an InDesign XML file. This module has been designed around the idea that a single InDesign file contains many pieces of content that are related to each other. For example, an InDesign file can be a representation of a single magazine issue containing many articles.

This module creates a base class which has no use unless extended by a sub-module you create. The extending class in your submodule needs to define the destination ie: node type, as well as any additional fields.

Feature Flag

Component type

module

Categories

Maintenance status

Development status

Downloads

168

Component created

Component changed

Utility module which allows developers to turn on/ off areas of the codebase. A.K.A. Feature Flags

How does this differ from:
featureflags: Is nice, but we needed it to be more lightweight; no custom tables, no access control
killswitch: Not even remotely related, this is more for hijacking your site should a client not pay their bill

Tour link block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module add's a block with a tour link.
This block is shown on page's which have a tour.
This allows users which don't have toolbar permissions to start a tour.

Popup Dialog

Component type

module

Categories

Maintenance status

Development status

Downloads

1035

Component created

Component changed

Show a message in a Responsive Popup for your first time users. The module doesn't require any JavaScript library but uses pure JavaScript to show a nice Popup.

The module stores the browser cookie information about the user so the popup is displayed only once, first time the user visits your website.

N.B This doesn't use the Drupal 8 core dialog module in any way.