Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Field UI List Image Styles

Show which image sizes are used based on view modes.

Our content editors always wanted to know which (edited) image size is used in the website for specific fields.

Automatic Anchors

This module automatically generates HTML id attributes for a configurable list of matched elements. The most common (and default) use is to automatically generate HTML ids on headings, for the purpose of creating anchor links. For example:

<h2>About Dunder Mifflin</h2>

becomes:

<h2 id="about-dunder-mifflin">About Dunder Mifflin</h2>

This module also can insert permalinks inline to aid editors or site users in copying the appropriate URL to link directly to an anchor (such as "/about#kevins-famous-chili"). This mimics the behavior that is available on pages within the Drupal Developer Documentation on drupal.org.

This module was discussed as the Module of the Week on the Talking Drupal podcast, episode #477. (From 3:05 to 11:45)

Entity Update Helper

Provides a service containing reusable functionality regarding entity updates such as BaseFieldDefinition add/update/delete.

View Media Default Arguments

media_id

View Media Default Arguments module provide default values for contextual filters.
This can be useful for blocks and other display types lacking a natural argument input.

Pages

Subscribe with RSS Subscribe to RSS - Site structure