Closed (fixed)
Project:
Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2010 at 23:17 UTC
Updated:
21 Jul 2016 at 17:21 UTC
Jump to comment: Most recent
Comments
Comment #1
drupal_was_my_past commentedsubscribe
Comment #2
rickmanelius commentedsubscribe
Comment #3
vpolotskiy commentedSubscribe
Comment #4
tim.plunkettIsn't it exportable already? You can export the fields anyway...
Comment #5
johnnydarkko commentedsubscribe - need to export settings in admin/config/people/accounts/display
Comment #6
hefox commentedFields can be exported and, using strongarm module, variables can be exported. Fairly certain that covers anything on that tab.
Comment #7
johnnydarkko commentedyup, hefox is right. The variables can be exported using strongarm. Thanks!
Comment #9
aaronbaumanFor anyone stumbling upon this ancient issue from google, that variable is:
variable:field_bundle_settings_user__userIn general, the naming pattern for display settings is:
"field_bundle_settings_$entity_type__$bundle"