Widget Engine

Component type

module

Maintenance status

Development status

Downloads

1092

Component created

Component changed

Overview

Widgets system is a new solution for managing the content of a webpage. Think of widgets as a block of content on a page:

  • a paragraph
  • a slider
  • a hero image/banner
  • article/news
  • etc...

It puts a lot of power into the hands of content creators to control page structure and allows for the reuse of existing content elements.

Menu Entity Index

Component type

module

Maintenance status

Development status

Downloads

608

Component created

Component changed

Widget on entity edit form
Widget showing all menu links referencing the entity on entity edit form

Synopsis

The Menu Entity Index module builds and maintains an index of Menu Link Content entities and their referenced entities. It also provides some basic Views integration for Menu Link Content entities.

Features provided by the module:

Text formats report

Component type

module

Maintenance status

Development status

Downloads

495

Component created

Component changed

Provides a birds eye view of the usage of text formats, which is useful when analysing this part of a Drupal site's configuration.

To use it simply enable the module and go to /admin/reports/text-formats (requires 'administer site configuration' permission).

Displays information around the usage of text formats available to the site, including:

Migrate report

Component type

module

Categories

Maintenance status

Development status

Downloads

6014

Component created

Component changed

Migrate report is a tiny module that generates a reports based on the last migration run. Many times the migration and content managers are requesting a list of errors, warnings and notices raised during migration. Migrate is logging such information in the {migrate_message_*} tables but there's no aggregated view on all errors and inconsistencies.

Human Decimal Formatter

Component type

module

Maintenance status

Development status

Downloads

244

Component created

Component changed

About

A tiny module that provides a simple decimal field formatter that displays decimal digits only if exist (because humans are not computersTM).

For example 3.00 will render as 3 (no digital digits) but 3.23 will render as 3.23 etc.

Initially I found it helpful to propose this formatter on core but until this happens it would be better to add this here as a separate module and get feedback from the community.

Scaffolding was made with Drupal Console.

Workflow participants

Component type

module

Maintenance status

Development status

Downloads

1221

Component created

Component changed

This module allows per-entity workflow participants to be configured. These
participants can either be editors or reviewers. Content moderation states can
be configured to allow editors, reviewers, or both, to make transitions. Reviewers
cannot edit the content, only moderate. Editors can moderate and make changes.

Details

This module requires the core module content_moderation.