Flexslider field with nav

Component type

module

Maintenance status

Development status

Component created

Component changed

Small extension module to flexslider which adds a new "Flexslider with Nav" field formatter. This embeds two duplicate carousels, each with a different flexslider optionset. This allows you to create the Slider w/thumbnail controlNav pattern straight from a multi-valued image field without needing to override theme functions or use views.

Twig Field Value

Component type

module

Maintenance status

Development status

Downloads

36963

Component created

Component changed

Twig Field Value allows Drupal 8 themers to get partial data from field render arrays. It gives them more control over the output without drilling deep into the render array or using preprocess functions.

Single field value

<strong>{{ content.field_name|field_label }}</strong>: {{ content.field_name|field_value }}

Multiple field values

menu_markup

Component type

module

Maintenance status

Development status

Downloads

826

Component created

Component changed

menu_markup

By default, Drupal 8 will not accept HTML markup as part of a menu title. This module allows you to configure markup to be shown along with specific menu titles (including submenu items). This can be very handy if you want to show a glyphicon from Bootstrap or an icon from FontAwesome, etc. in front of your menu titles.

Additionally, this module has functionality that will easily allow you to put Bootstrap-style "badges" next to your menu items, representing node counts (e.h. "Articles (30)", etc.).

TCM

Component type

module

Categories

Maintenance status

Development status

Downloads

254

Component created

Component changed

Readme

tcm is a small helper module to get a component-based workflow also in your theme-layer.

It scans two folders of your theme and registers every found component as a theming function in your theme.

Installation

Install the module as usual. Add the following to your hook_theme-implementation:

Bootstrap responsive video filter

Component type

module

Categories

Maintenance status

Development status

Downloads

176

Component created

Component changed

OBSOLETE. Please use: https://www.drupal.org/project/responsivewrappers

Bootstrap responsive video filter module adds a new filter in your input formats that checks the content and adds the video wrapper for responsive videos with 16/9 ratio aspect.

The filter searches for youtube or vimeo iframes:

<iframe src=".*(youtube|vimeo).*" ></iframe>

And appends the wrapper in the output:

Plug Block

Component type

module

Maintenance status

Development status

Downloads

308

Component created

Component changed

Overview
--------------------------
Get the Block API plugin system for Drupal 8 in your Drupal 7 developments.

Using this module, developers will be able to create block in a similar
way as in D8.

Installation
--------------------------
1. Copy the entire plug_block directory the Drupal sites/all/modules
directory or use Drush.
2. Login as an administrator. Enable the module on the Modules page.

Use Drush command: drush en plug_block

Menu Condition

Component type

module

Categories

Maintenance status

Development status

Downloads

5756

Component created

Component changed

This provides a condition based on menu position. For example, you can use it to specify that a block should only show for a particular menu item and all its children.