Paragraphs Patterns

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Paragraphs Patterns extends the Paragraphs module, adding a set of paragraph bundles based on common design patterns to make it easier for content editors to create complex content layouts without needing code.

Entity Pilot Git

Component type

module

Maintenance status

Development status

Downloads

1958

Component created

Component changed

Overview

Entity Pilot Git extends the Entity Pilot module by providing a transport mechanism that exports and imports via the file system.

This module is designed so that syndication of content between sites can be done entirely through a Git (or other source control) respository.

Webform Purge

Component type

module

Categories

Maintenance status

Development status

Downloads

171

Component created

Component changed

Webform Purge allows you to set up automated purging of Webform submissions on a daily rolling schedule. You select the number of days to retain and the module uses hook_cron to purge them during cron runs.

Features of the Webform Purge module:

Spotify API

Component type

module

Maintenance status

Development status

Component created

Component changed

After searching through d.o for a good Spotify module, I decided to write an API module of my own. The other modules seemed to be either absolute (the Spotify API has changed over the years) or are Sandbox projects with very specific functions (like relying on a certain content types).

I needed more an API module. Something to abstract the API calls to Spotify and extract the data, and give it to me for further processing. This is my attempt.

Favorite Widget

Component type

module

Maintenance status

Development status

Downloads

168

Component created

Component changed

This project uses jQuery Favorite Widget plugin that allows users to put content to their favorites that are stored in a cookie.

For Drupal, there are modules available that allows you to reach this functionality such as Flag. This module however is useful when you want to provide this functionality:

Image field caption zoom

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to use Image field caption (link here) with a new feature; you can click into images to increase zoom. Especially useful when images have text inside and screen is not too wide (for smartphones for example).

The library used to this feature is jquery-peakzoom (link here). This can change in the future.

Breadcrumb extra field

Component type

module

Categories

Maintenance status

Development status

Downloads

279

Component created

Component changed

Breadcrumb extra field allows you to print breadcrumb inside node content, just as a field, in any position.
Especially useful when you need to place the breadcrumb between the fields.

Installing:

Drupal 7:
Download and place in sites/all/modules/[contrib/]breadcrumb_extra_field
You must also install the Entity module (http://www.drupal.org/project/entity).

Drupal 8:
Navigate to administer >> modules and enable Breadcrumb extra field.