Details Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

131

Component created

Component changed

Adds a filter that eats input like this and renders a details element:

[details]foo bar baz[/details]
[details open]foo bar baz[/details]
[details: Summary]foo bar baz[/details]
[details open: Summary]foo bar baz[/details]

Config terms

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Config terms module adds a configuration entity version of Taxonomy.

These "config terms" contain a title, description, weight, parentage and are associated with a vocabulary, but unlike Taxonomy, they are configuration entities rather than content entities. This means that they can be managed by the configuration management system, but are not fieldable.

Panels: Stack-tab

Component type

module

Maintenance status

Development status

Downloads

424

Component created

Component changed

Synopsis

This module defines a Panels pane style which changes from stacked to tabbed as the screen width shrinks.

User stories:

As an themer, I want to be able to make panel panes that switch between stacked and tabbed view as the user's viewport changes, so that I can save vertical space when my site is viewed on a mobile device.

Requirements

This module requires the following modules:

Drupal 7 version:

Bitly

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 8 port of Bit.ly for Drupal ( https://www.drupal.org/project/bitly ).

This version is minimal, and is primarily an API for other modules to shorten URLs. It provides a UI for adding Bit.ly credentials, but does little else on it's own. It exposes a service that can be injected to shorten an arbitrary URL.

This biggest difference between this version and the Drupal 7 version is that it uses the following package for implementing the Bit.ly API, rather than building it in the module.

Ajax class

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds a class to ajax-ing elements and body and disables the default throbber.

All ajax loading can then be styled in CSS using classes:

body.ajax-waiting
body.ajax-complete
input[type="submit"].ajax-class-trigger

Commerce Order Summary

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a themeable template for an order summary (line items, subtotals and order total), and tokens [commerce-order:order-summary] & [commerce-order:order-summary-plain] (using separate templates for HTML and plain text version, eg. for use in plain-text email).

Commerce Shipping Lite

Component type

module

Maintenance status

Development status

Component created

Component changed

Want simple shipping without rules? This module creates a shipping product type and line item type. Store managers can create a shipping product (or products) and developers can add it to an order using their own logic.

Also provides token [commerce-order:shipping-lite] which gives the first shipping product on an order (if any).