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 9e9a9cc..887bf18 100755 --- a/sites/all/modules/features/chapitre/chapitre.features.field_instance.inc +++ b/sites/all/modules/features/chapitre/chapitre.features.field_instance.inc @@ -291,7 +291,7 @@ function chapitre_field_default_field_instances() { 'label' => 'above', 'settings' => array(), 'type' => 'hidden', - 'weight' => 0, + 'weight' => 5, ), 'default' => array( 'label' => 'above', @@ -346,7 +346,7 @@ function chapitre_field_default_field_instances() { 'module' => 'text', 'settings' => array(), 'type' => 'text_default', - 'weight' => 1, + 'weight' => 3, ), 'default' => array( 'label' => 'above', @@ -398,7 +398,7 @@ function chapitre_field_default_field_instances() { 'module' => 'text', 'settings' => array(), 'type' => 'text_default', - 'weight' => 0, + 'weight' => 1, ), 'default' => array( 'label' => 'above', @@ -502,7 +502,7 @@ function chapitre_field_default_field_instances() { 'module' => 'text', 'settings' => array(), 'type' => 'text_default', - 'weight' => 0, + 'weight' => 4, ), 'default' => array( 'label' => 'above', @@ -555,7 +555,7 @@ function chapitre_field_default_field_instances() { 'view_mode' => 'token', ), 'type' => 'field_collection_fields', - 'weight' => 3, + 'weight' => 0, ), 'default' => array( 'label' => 'hidden', diff --git a/sites/all/modules/features/chapitre/chapitre.strongarm.inc b/sites/all/modules/features/chapitre/chapitre.strongarm.inc index 8d388e9..e12c69f 100755 --- a/sites/all/modules/features/chapitre/chapitre.strongarm.inc +++ b/sites/all/modules/features/chapitre/chapitre.strongarm.inc @@ -156,7 +156,7 @@ function chapitre_strongarm() { 'visible' => FALSE, ), 'chapter' => array( - 'weight' => '4', + 'weight' => '6', 'visible' => FALSE, ), ), @@ -170,7 +170,7 @@ function chapitre_strongarm() { 'visible' => FALSE, ), 'chapter' => array( - 'weight' => '5', + 'weight' => '7', 'visible' => FALSE, ), ),