Advertising sustains the DA. Ads are hidden for members. Join today

Contributed module documentation

Mix

The Mix module provides a series of necessary features that almost every project needs but are not included in Drupal core.

The main goals of the Mix module include:

  • Provide simple but useful features that most Drupal projects could use without installing too many dedicated modules.
  • Automate, simplify tasks (e.g. Disabling/enabling caches, Synchronizing block contents, terms and menu links, etc.) and provide better Drupal user experiences.

Disable drupal caches and the twig template cache.

Enable development mode for module/theme development.

Content synchronization

Provide a way to export and recreate blocks, menu links and taxonomy terms between environment.

Custom error page

Replace drupal default error page with custom messages or a well designed HTML page.

Menu attributes

Allow to set attributes like id/class/target to a menu link and its wrapper

Menu token

Allow to use token in menu url, e.g. /user/[current-user:uid]

Meta tags

Set title and meta tags for the front page and set a description meta tag for the node page.

Config import ignore

Config import ignore helps us to run different modules and configurations between Dev and Prod environments.

Guide maintainers

lugir's picture