From ea1ad3ebadfb89a706592b7023c57e88243add19 Mon Sep 17 00:00:00 2001
From: Chris Gross <gross.364@osu.edu>
Date: Wed, 21 Oct 2015 10:11:10 -0400
Subject: [PATCH] daily build 2

---
 .../ocio_landing_page/ocio_landing_page.ds.inc     | 10 ++++------
 .../ocio_landing_page.features.field_instance.inc  | 14 +++++++-------
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.ds.inc b/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.ds.inc
index 937ade57..9c130a01 100644
--- a/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.ds.inc
+++ b/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.ds.inc
@@ -19,18 +19,16 @@ function ocio_landing_page_ds_layout_settings_info() {
   $ds_layout->layout = 'ds_1col';
   $ds_layout->settings = array(
     'regions' => array(
-      'ds_hero' => array(
+      'ds_hidden' => array(
         0 => 'field_banner_image',
         1 => 'field_banner_image_text',
-      ),
-      'ds_footer' => array(
         2 => 'field_pre_footer_banner_image',
       ),
     ),
     'fields' => array(
-      'field_banner_image' => 'ds_hero',
-      'field_banner_image_text' => 'ds_hero',
-      'field_pre_footer_banner_image' => 'ds_footer',
+      'field_banner_image' => 'ds_hidden',
+      'field_banner_image_text' => 'ds_hidden',
+      'field_pre_footer_banner_image' => 'ds_hidden',
     ),
     'classes' => array(),
     'wrappers' => array(
diff --git a/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.features.field_instance.inc b/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.features.field_instance.inc
index 933e5713..f3a965bd 100644
--- a/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.features.field_instance.inc
+++ b/profiles/wcm_base/modules/custom/ocio_landing_page/ocio_landing_page.features.field_instance.inc
@@ -31,7 +31,7 @@ function ocio_landing_page_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 15,
+        'weight' => 14,
       ),
     ),
     'ds_extras_field_template' => '',
@@ -74,7 +74,7 @@ function ocio_landing_page_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 14,
+        'weight' => 13,
       ),
     ),
     'ds_extras_field_template' => '',
@@ -242,7 +242,7 @@ function ocio_landing_page_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 12,
+        'weight' => 11,
       ),
     ),
     'ds_extras_field_template' => '',
@@ -283,7 +283,7 @@ function ocio_landing_page_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 13,
+        'weight' => 12,
       ),
     ),
     'ds_extras_field_template' => '',
@@ -324,7 +324,7 @@ function ocio_landing_page_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 16,
+        'weight' => 15,
       ),
     ),
     'ds_extras_field_template' => '',
@@ -367,7 +367,7 @@ function ocio_landing_page_field_default_field_instances() {
         'label' => 'above',
         'settings' => array(),
         'type' => 'hidden',
-        'weight' => 17,
+        'weight' => 16,
       ),
     ),
     'ds_extras_field_template' => '',
@@ -409,7 +409,7 @@ function ocio_landing_page_field_default_field_instances() {
           'image_style' => '',
         ),
         'type' => 'image',
-        'weight' => 3,
+        'weight' => 2,
       ),
     ),
     'ds_extras_field_template' => '',
-- 
GitLab