Date Group

Component type

module

Maintenance status

Development status

Downloads

647

Component created

Component changed

The intention of this module is to display start and end dates in a fancy way by combining them together.

Usage: Select format Date Group for your date field, and choose a date format to render date.

Recommendation is to use a date format containing only date without time, the intention is to group date without time.

Example: you have a formatted date: May 01, 2016 with format (F d, Y) using this module you will receive next formatted dates combinations.

View Mode Block

Component type

module

Categories

Maintenance status

Development status

Downloads

178

Component created

Component changed

A semi-simple, flexible layout solution that displays the current entity via a selected view mode in one or more blocks.

Sort of a Drupal 8 version of Region View Modes.

Turns out that ctools has this very functionality baked right in with its Entity view (content) and Entity view (user) blocks.

See http://cgit.drupalcode.org/ctools/tree/src/Plugin/Block/EntityView.php?h...

Field Collection Switch View Mode

Component type

module

Maintenance status

Development status

Downloads

219

Component created

Component changed

Synopsis

When using field collections, a view mode can be associated with each field collection item which will then switch the display of fields in the edit form for that particular field collection item.

For example, assume a field collection for a content type contains three fields:

  1. field_subtitle
  2. field_image
  3. field_extra_text

and the three view modes for this content type are:

Intense

Component type

module

Maintenance status

Development status

Downloads

2414

Component created

Component changed

Provides a simple Intense image field formatter. A stand alone javascript library for viewing images on the full screen. Using the touch/mouse position for panning.

All styling of image elements is up to the user, Intense.js only handles the creation, styling and management of the image viewer and captions.

Theater

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

INTRODUCTION
A basic field formatter implementation of TheaterJS.

Here is a codepen.io showing the library in action: http://codepen.io/Zhouzi/pen/JoRazP

The Theater module lets you easily create a simplified version of TheaterJS.
It defines a field, that lets you insert some simple markup, that outputs as a TheaterJS scene.

Image Resize Filter Drupal 8 Sandbox

Component type

module

Maintenance status

Development status

Component created

Component changed

Sandbox project for porting the image resize filter to drupal 8.

Resizes images based on width and height attributes and optionally link to the original image.

NOTE

The original plan is to provide two filters: one to creating an image derivate and the other to link the derivate to the source (original) image. For now, only the latter has been implemented.

Installation