GD Header

Component type

module

Categories

Maintenance status

Development status

Downloads

59

Component created

Component changed

This module provides a block with the page title and a configurable image in the background. You can see a live demo of this module by browsing the original author's website in the credits section.

Service Worker Registration

Component type

module

Maintenance status

Development status

Downloads

21

Component created

Component changed

This module allows to register your Service Worker script.

Please note that to register a Service Worker script your site should have a valid SSL certificate or its domain should be "localhost".

In order to register your service worker script go to Home -> Administration -> Configuration -> Service Worker Registration Settings and enter a relative path to your service-worker.js (from the site root), e.g. sites/default/files/service-worker.js

Workbench Reviewer

Component type

module

Maintenance status

Development status

Component created

Component changed

Workbench Reviewer is a module to allow for content editors to assign individual pieces of content to other users for review. It extends from the Workbench and Workbench Moderation modules. Using additional modules like Workbench Moderation or Workbench Email allows for custom workflows to be implemented.

A new "Workflow" section is added to the right-hand set of tools when editing nodes. This module provides an entity reference field where a user may be tagged as a reviewer.

Image Format Cover

Component type

module

Maintenance status

Development status

Downloads

6

Component created

Component changed

A module for providing a "cover" image format.

The cover image format resizes an image down (or optionally up) to the smallest
size that completely covers the specified height and width while maintaining
ratio. This is useful for optimizing images that can be used with the cover
value for object-fit and background-size.

Authorize.net Settings

Component type

module

Maintenance status

Development status

Component created

Component changed

Alters the commerce_authnet settings form to allow overriding a few settings
used to communicate with Authorize.net. After enabling, you'll see some new
fields at the bottom of the Authorize.net AIM payment method settings.

Strictly speaking, this module is unnecessary. The settings can already be
set via Drupal variables using Drush. However, it is sometimes convenient to
be able to set them via the admin ui.

It seemed like there was bound to already be a module that did this, but I
didn't find it.

Commerce PayTabs

Component type

module

Maintenance status

Development status

Downloads

12

Component created

Component changed

This module integrates PayTabs with Drupal Commerce.
This is an offsite payment gateway. It provides credit card payments only, so far.

Installtion instructions:
* You can install this module via Composer (recommended), or
* clone it from drupal.org Git repo, or
* Download the module from drupal.org

Make sure to enable the 'Telephone' core module after installtion since this gateway requiers a phone number. A telephone field is added to the customer profile created by commerce.
This module may use external libraries in its future versions.

Media Glue

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module fills the gaps left when you move from Drupal 8.3.x to 8.4.x and had previously installed the contrib Media module. Since Drupal 8.4 itself contains a module named Media, you need to uninstall the contrib module. Mostly, this is fine, because the Media module primarily consists of configuration that is not dependant on the main module. However, there are some tweaks to the Media Library Views you might want to retain. This module re-implements these tweaks.