Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Overview

This module exposes base fields on the Manage Display screen so you can rearrange and format them just like any other field.

This includes fields like:

  • Node: title, creation date, update date, author, content type, language
  • User: email, account creation date, roles, language
  • Taxonomy term: parent terms, vocabulary
  • ...and more!

How to:

  1. Install like any other Drupal module.
  2. Go to /admin/config/user-interface/base-field-display to select which fields can be managed through the Manage Display UI.
  3. If you want to manage node title, author or creation date this way, you may need to modify your node template to remove instances where that data is being output explicitly.

Project information