disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'field_bundle_settings_user__user'; $strongarm->value = array( 'view_modes' => array( 'profile_teaser' => array( 'custom_settings' => TRUE, ), 'full' => array( 'custom_settings' => FALSE, ), 'ical' => array( 'custom_settings' => FALSE, ), 'diff_standard' => array( 'custom_settings' => FALSE, ), 'token' => array( 'custom_settings' => FALSE, ), ), 'extra_fields' => array( 'form' => array(), 'display' => array( 'privatemsg_send_new_message' => array( 'default' => array( 'weight' => '5', 'visible' => TRUE, ), 'profile_teaser' => array( 'weight' => '11', 'visible' => FALSE, ), ), 'summary' => array( 'default' => array( 'weight' => '5', 'visible' => TRUE, ), 'profile_teaser' => array( 'weight' => '10', 'visible' => FALSE, ), ), ), ), ); $export['field_bundle_settings_user__user'] = $strongarm; return $export; }