Feeds Dashboard

Component type

module

Maintenance status

Development status

Component created

Component changed

Dashboard showing import history for Feeds (D7)

This module adds a new "History" tab on your Feeds import page at /import/[your_import_name]. This tab recaps every action that has been made since the first import to the last (content creations/updates/deletions) and allows you to bulk delete an import (revisions need to be activated for your content) instead of using the "Clear content" tab which deletes every single node imported through the importer.

Views Transform

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

View Transform module helps to build a form out of a view. One may append form fields (textfield, checkbox and select) to each row in the view.

To use this field one is required to know how to build Drupal forms in code.

Short instruction:

Facets prefix/suffix

Component type

module

Categories

Maintenance status

Development status

Downloads

7

Component created

Component changed

This module enables an additional processor where you may add a prefix or suffix to the facet result item.

This prefix/suffix can be set per facet with the following two options:

Leading Zeros Formatter

Component type

module

Maintenance status

Development status

Downloads

9

Component created

Component changed

Introduction

The Leading Zeros Field Formatter extends the Integer Formatter to add leading zeros to integer fields. Settings for Thousand marker and Prefix / Suffix can also be configured. This may be useful for printing product ids, serial numbers or similar that need to conform to a certain pattern in display.

Requirements

This module requires no additional contrib modules, just the core field module, and an integer field.

Word Serialization

Component type

module

Maintenance status

Development status

Downloads

31

Component created

Component changed

This module provides a Word encoder for the Drupal 8 Serialization API. This
enables the DOCX format to be used for data output (and potentially input,
eventually). For example:

For example:

  • Views can output DOCX data via a 'Word Export' display in a View.
  • Module developers can leverage DOCX as a format when using the
    Serialization API.

Installation

Paragraphs Highlighter

Component type

module

Categories

Maintenance status

Development status

Downloads

11

Component created

Component changed

The Paragraphs Highlighter module provides a utility to visualize nested paragraph components easily for development, demonstration, and explanation purposes. When enabled, buttons to turn on the highlighter will be displayed on the frontend of your site. You can turn on the highlighter which will create outlines around individual paragraphs targeting the entity wrapper, and you can also optionally show paragraph labels which will display the paragraph bundle.