Workflow State Configuration

Component type

module

Maintenance status

Development status

Downloads

260

Component created

Component changed

Workflow State Configuration
- Workflow State Config is a module for the configuration of workflow state as "Publish" and "Default Revision".
- Module is required by "Workflow Moderation" to managing the node revisions.

Configuration Details

  • Published - When content reaches this state it should be published.
  • DefaultRevision - When content reaches this state it should be made the
    default revision; this is implied for published states.

Module Dependency
- Workflow

Media entity download filter

Component type

module

Categories

Maintenance status

Development status

Downloads

412

Component created

Component changed

Media Entity Download Filter

A Linkit CKEditor filter to link to Media Entities in the ckeditor. This module
searches for the field_file on a media entity, then displays the download URI
of that media entity instead of linking to the media detail page.

How to enable?

Go to "Configuration > Content authoring > Text formats and editors", select
a text format, with which you want to use this filter, and check
"Link media direct to download url".

Text Long Pager

Component type

module

Maintenance status

Development status

Downloads

44

Component created

Component changed

Text Long Pager module provides a filed formatter for Text long and Text long and summary fields that allows to split field content into pages.

It supports multiple paginated fields in the same page and does not require any specific site setup.

Atixnet Swiper Slider

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

This module integrates the Swiper JS library as :

  • a field formatter for entity reference fields (thanks to reference swiper module).
  • a field formatter for image(s) fields.
  • a views style.

Swiper is basically a powerful and modern slider plugin, which also supports swiping on devices with touch screen.
The Swiper plugin was created by iDangero.us.

YAML Configuration

Component type

module

Maintenance status

Development status

Downloads

361

Component created

Component changed

Imagine a cartoon where the protagonist pulls a small pocket knife out of his pocket, selects a tool, opens it up, and an entire full-size chainsaw materializes. He finishes using it, selects another tool, and a computer pops out.... Another tool and a bicycle appears.

Blackbox

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Blackbox is a simple block containing an entity of your choice which appears after a certain time.
What you can change : entity displayed, time before appearing, size of your box.

This module is using the Colorbox and Colorbox Node module (dependencies).

Twig Backlink

Component type

module

Maintenance status

Development status

Downloads

223

Component created

Component changed

The Twig Backlink Twig extension builds a list of URL of the parents of the node based on the field name passed in the Twig twig_backlink extension parameter.

Usage:

{{ twig_backlink('field_name') }}

This extension will automatically build a list of parents when an An Entity Reference field is used and referenced in the Twig file.

Requirements

- An Entity Reference field added to a node.
- Access to a node twig file that the themer can edit.

Session Token

Component type

module

Maintenance status

Development status

Downloads

65

Component created

Component changed

This module allows you to retrieve data from the $_SESSION storage and use that
information inside any form which accepts tokens.

A good example can be the usage of a form which you want to populate with
data which has already been entered by the current (anonymous) user.

Another example is to populate a multistep form.

Developers can easily store and retrieve information from this storage using the
functions session_token_get($key) and session_token_set($key, $value).

Account field split

Component type

module

Maintenance status

Development status

Downloads

451

Component created

Component changed

About

Currently the draggable field "Username and password" mashes together:

  • Username
  • Current password
  • E-mail address
  • Change Password
  • Roles
  • Status
  • Notify user about new account (when admin create new account)

This module aims to split "Username and password" into standalone fields for site builders who want to manage that fields separately.