Skip to content
Snippets Groups Projects
Commit ea1ad3eb authored by Chris Gross's avatar Chris Gross
Browse files

daily build 2

parent ce09161c
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
......@@ -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' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment