Screenshot showing the options that the Shared Field Display Settings module provides on a shared field's storage settings page in the Drupal admin

Shared Field Display Settings (sfds) adds the ability to track and update field display settings and form display settings for fields that are opted in to sharing.

How to use:

  1. Install as normal via Composer: composer require 'drupal/sfds:1.0.x-dev@dev'
  2. Enable the module via Drush (drush en sfds) or via the UI (/admin/modules)
  3. Consult your site's field list (/admin/reports/fields) to see which fields are shared (optional)
  4. Edit the "storage settings" of a shared field. You will see a section labelled "Shared field display settings."
  5. Activate the checkbox to "Enable shared field display for this field"
  6. Choose "Global" or "Per bundle" for the "Shared field display mode"
  7. Select a bundle from the list to use that bundle's field display settings as the global default
  8. Save the storage settings
Supporting organizations: 
Initial Development

Project information

Releases