disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'field_bundle_settings_node__flexslider_example'; $strongarm->value = array( 'view_modes' => array( 'teaser' => array( 'custom_settings' => TRUE, ), 'full' => array( 'custom_settings' => FALSE, ), 'rss' => array( 'custom_settings' => FALSE, ), 'token' => array( 'custom_settings' => FALSE, ), ), 'extra_fields' => array( 'form' => array( 'title' => array( 'weight' => '-5', ), ), 'display' => array(), ), ); $export['field_bundle_settings_node__flexslider_example'] = $strongarm; return $export; }