Slick Paragraphs

Component type

module

Maintenance status

Development status

Downloads

13747

Component created

Component changed

Provides integration between Slick and Paragraphs. Slick Paragraphs allows richer slideshow/carousel contents with a mix of text, image and video, and more complex slide components like nested sliders, or any relevant field type as slide components, and probably with a few extra fields before and or after the slideshow with the goodness of Paragraphs.

Menu Block View Modes

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extension to Menu Block to enable the output of menu items as entities with a specified view modes.

Usage

When selected this module makes an additional item.entity property available to your twig templates, you can then check for this in the menu template and output instead of menu link.

Twig image_style_uri

Component type

module

Categories

Maintenance status

Development status

Downloads

86

Component created

Component changed

This module adds a new twig command
"image_style_url".

It works like the "file_url" command but allows an image style to be chosen.

So for example the following code outputs a url using the "mystyle" image style.
{% set backgroundUrl = image_style_uri(content.field_image.0['#item'].entity.uri.value,'mystyle') %}

Toolbar Themes

Component type

module

Maintenance status

Development status

Downloads

4571

Component created

Component changed

Toolbar themes animation

Provides themes for the Drupal 8 Toolbar module. The main purpose of this module is to provide compact, minimal themes for the Toolbar and allow the site admin to show or hide tabs and icons.

Installation

Install like all other modules, then go to: ~/admin/config/toolbar-themes/settings

Themable forms

Component type

module

Categories

Maintenance status

Development status

Downloads

3234

Component created

Component changed

This module adds some helpful theme suggestions for form elements.

The added theme suggestions for form elements are:

  form-element--[form-id]--[element-type].html.twig
  form-element--form-id--[form-id].html.twig
  form-element--type--[element-type].html.twig
  form-element.html.twig