Make stuff that is set in admin/config/people/accounts/fields exportable into features.

Comments

drupal_was_my_past’s picture

subscribe

rickmanelius’s picture

subscribe

vpolotskiy’s picture

Subscribe

tim.plunkett’s picture

Isn't it exportable already? You can export the fields anyway...

johnnydarkko’s picture

subscribe - need to export settings in admin/config/people/accounts/display

hefox’s picture

Category: feature » support
Status: Active » Fixed

Fields can be exported and, using strongarm module, variables can be exported. Fairly certain that covers anything on that tab.

johnnydarkko’s picture

yup, hefox is right. The variables can be exported using strongarm. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

aaronbauman’s picture

Issue summary: View changes

For anyone stumbling upon this ancient issue from google, that variable is:

variable:field_bundle_settings_user__user

In general, the naming pattern for display settings is:

"field_bundle_settings_$entity_type__$bundle"