diff --git a/sites/all/modules/features/chapitre/chapitre.features.field_instance.inc b/sites/all/modules/features/chapitre/chapitre.features.field_instance.inc index 3565f4b..7daedca 100755 --- a/sites/all/modules/features/chapitre/chapitre.features.field_instance.inc +++ b/sites/all/modules/features/chapitre/chapitre.features.field_instance.inc @@ -272,6 +272,16 @@ function chapitre_field_default_field_instances() { 'active' => 1, 'module' => 'image', 'settings' => array( + 'insert' => 0, + 'insert_absolute' => FALSE, + 'insert_class' => '', + 'insert_default' => array( + 0 => 'auto', + ), + 'insert_styles' => array( + 0 => 'auto', + ), + 'insert_width' => '', 'preview_image_style' => 'thumbnail', 'progress_indicator' => 'throbber', ), @@ -353,7 +363,7 @@ function chapitre_field_default_field_instances() { 'module' => 'text', 'settings' => array(), 'type' => 'text_default', - 'weight' => 2, + 'weight' => 3, ), 'teaser' => array( 'label' => 'above', @@ -405,7 +415,7 @@ function chapitre_field_default_field_instances() { 'module' => 'text', 'settings' => array(), 'type' => 'text_default', - 'weight' => 3, + 'weight' => 1, ), 'teaser' => array( 'label' => 'hidden', @@ -457,7 +467,7 @@ function chapitre_field_default_field_instances() { 'module' => 'text', 'settings' => array(), 'type' => 'text_default', - 'weight' => 1, + 'weight' => 2, ), 'teaser' => array( 'label' => 'above', diff --git a/sites/all/modules/features/chapitre/chapitre.strongarm.inc b/sites/all/modules/features/chapitre/chapitre.strongarm.inc index e12c69f..9247304 100755 --- a/sites/all/modules/features/chapitre/chapitre.strongarm.inc +++ b/sites/all/modules/features/chapitre/chapitre.strongarm.inc @@ -14,7 +14,7 @@ function chapitre_strongarm() { $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'additional_settings__active_tab_chapitre'; - $strongarm->value = 'edit-extras'; + $strongarm->value = 'edit-workflow'; $export['additional_settings__active_tab_chapitre'] = $strongarm; $strongarm = new stdClass(); @@ -148,7 +148,7 @@ function chapitre_strongarm() { 'display' => array( 'workflow_current_state' => array( 'default' => array( - 'weight' => '5', + 'weight' => '7', 'visible' => FALSE, ), 'teaser' => array( @@ -162,7 +162,7 @@ function chapitre_strongarm() { ), 'workflow' => array( 'default' => array( - 'weight' => '4', + 'weight' => '6', 'visible' => FALSE, ), 'teaser' => array(