Image Raw Formatter

Component type

module

Maintenance status

Development status

Downloads

1101

Component created

Component changed

The logic included in this module is already implemented in Drupal 8.3.0.

Image Raw Formatter for Drupal 8. This formatter return URLs absolute of original images or image style if is configured. The default formatter for the image doesn't work for REST services because of return HTML tags for images.

Install using Drupal Console project

Block Visibility Groups

Component type

module

Maintenance status

Development status

Downloads

45031

Component created

Component changed

Block Visibility Groups allows the site administrator to easily manage complex visibility settings that apply to any block placed in a visibility group. The visibility settings for all blocks in the group can be edited on one administration form.

This module works in conjunction with the Drupal 8 core's block administration system. It is a simpler alternative to modules like Panels.

What to see how it works?

Globals

Component type

module

Maintenance status

Development status

Downloads

680

Component created

Component changed

Globals solves the problem of providing user editable configuration properties by giving developers an API for providing these properties.

Usage

Globals provides a hook for declaring global properties, as well as a functions for getting these values back for later use.

Current hook documentation is available in the globals.api.php file.

There are two primary functions for retrieving these values:

Preview API

Component type

module

Maintenance status

Development status

Downloads

310

Component created

Component changed

Content preview system for Drupal which allows you view content as it will appear after publishing.

Supporting:

  • Headless Drupal
  • Previewing content in themes

Features including:

  • Previewing unpublished content
  • Preview using links which can be shared and do not require a login

Group Theme

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is designed to add the ability to set a different theme and any associated theme settings with the Group module.

This allows a user to set relevant theme settings on a per group basis based upon the theme that is chosen for that group.

This add a new field to any group bundles which allows an admin user to select which theme each group can use when accessing their group content.

Field Formatter Range

Component type

module

Maintenance status

Development status

Downloads

1490

Component created

Component changed

Field Formatter Range is very simple module that provides the option to display only selected range of values for multivalued entity fields.

For example if you have an image field attached to an entity and the entity has 15 images attached to it but you want to display only the first 5 of them, this module is exactly what you are looking for.

Beside setting the range(offset and number of items to show) you can also reverse the order so you can display just the last 5 images and by setting proper values you can display them in order or in reverse order too.