Entity Submenu Block

Component type

module

Maintenance status

Development status

Downloads

429

Component created

Component changed

This Drupal 8 module is meant for the fairly common use case of displaying the current page's submenu items as rendered content entities (typically in the 'teaser' or similar view mode).

You can add Entity Submenu Blocks from the Block layout page and configure the view modes that should be used for different content entity types. By default only menu items for content entities are rendered, but there is an option to render other menu items as simple links too.

Font Awesome Menu Icons

Component type

module

Maintenance status

Development status

Downloads

1897

Component created

Component changed

Dependencies

Font Awesome Icon Picker library should be here:

/libraries/fontawesome-iconpicker
├── /dist
├── /package.json

Shortcode Asciinema

Component type

module

Categories

Maintenance status

Development status

Downloads

494

Component created

Component changed

This module provides an [asciinema] tag for the shortcode module, allowing Drupal users to easily embed Asciinema videos without requiring the entry of a <script> tag into a text field.

Here is an example that uses all available attributes:
[asciinema size="medium" autoplay="1" loop="1" theme="asciinema" speed="1" t="0"]105302[/asciinema]

Unpublished access

Component type

module

Maintenance status

Development status

Downloads

26

Component created

Component changed

This module "fixes" access to unpublished nodes in Views.

[A1] An ordinary user (without "bypass node access" permission) cannot "access" unpublished nodes, except users with permissions 'view own unpublished content' can access their own.

Default Drupal

[A2] In default Drupal, an ordinary user can access all unpublished nodes in Views if there is no filter to prevent it.

Caution: A2 != A1

Panels Responsive Tabs

Component type

module

Maintenance status

Development status

Downloads

1088

Component created

Component changed

Panels Responsive Tabs comes up as a mix between two already existing modules: Panels Tabs and Field Group: Easy Responsive Tabs to Accordion.

This module provides a configurable "Responsive Tabs" Panel style that can be used by any Panels module.

CKEditor Non-breaking space Plugin (&nbsp;)

Component type

module

Maintenance status

Development status

Downloads

467

Component created

Component changed

Minimal module to insert a non-breaking space (&nbsp;) into the content by pressing Ctrl+Space or using the provided button.

Uses

During content creation the author may add a non-breaking space (&nbsp;) to prevent an automatic line break.
To avoid that a company’s 2-word name is split onto 2 separate lines.

As the non-breaking space are an invisible character, they are highlighted in blue on the CKEditor.

Node Delete Redirect

Component type

module

Categories

Maintenance status

Development status

Downloads

704

Component created

Component changed

Node Delete Redirect
Light weight solution for redirection on node delete.
path : /admin/config/content/node-delete-settings

Features
Allows users, with right permission to define redirect path for each content type when its node is deleted.

Webform Random

Component type

module

Maintenance status

Development status

Downloads

285

Component created

Component changed

This module provides a checkbox on the WebformForm Form Settings page to randomize webforms.

After installation, visit /node/%/webform/configure to configure your webform randomness.

There is also a sub-module that will randomize form groups.