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:

Config Filter

Component type

module

Maintenance status

Development status

Downloads

137933

Component created

Component changed

Introduction

Modules such as Config Split want to modify the configuration when it is synchronized between the database and the exported yaml files.
This module provides the API to do so but does not influence a sites operation.

User Addresses

Component type

module

Maintenance status

Development status

Component created

Component changed

User Addresses is a stand-alone address book system for Drupal. It allows individual registered users to store addresses to their address book (The most common use for this is for shipping or billing addresses).

It comes with a new menu item (in your user profile page) called 'User Addresses' that allows you to view the current addresses you have saved to your account. (Requires views).

There is also a form for adding in new addresses, as well as editing and deleting existing addresses.

It also has support for setting a 'default address'.

Big pipe override

Component type

module

Maintenance status

Development status

Downloads

246

Component created

Component changed

This module is meant for development purposes

Some times you want to disable big pipe, for example to make sure you can set breakpoints in JS files in attached libraries. Just drop in this module and enable it in settings.php like so:

$settings['big_pipe_override_enabled'] = TRUE;

When changing this value, you should clear the cache.

User login logout redirect

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

The user login & logout redirect module allows you to personalise the destination that a user is redirected to after login and logout.

Features

  • Lightweight and minimal configuration.
  • Allows custom URL.
  • Allows to use tokens.

Requirements

  • none

Contribute to the Community!