Skip to content

Commit

Permalink
css tweaks update to cod_sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
alienresident committed Nov 1, 2011
1 parent 43856b4 commit 437d045
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 73 deletions.
Expand Up @@ -17,7 +17,7 @@ function cod_sponsors_content_default_fields() {
'format' => 'hidden',
),
'teaser' => array(
'format' => 'image_plain',
'format' => 'image_nodelink',
'exclude' => 0,
),
'full' => array(
Expand Down Expand Up @@ -193,7 +193,7 @@ function cod_sponsors_content_default_fields() {
'field_name' => 'field_sponsorship_level',
'type_name' => 'sponsor',
'display_settings' => array(
'weight' => '2',
'weight' => '-3',
'parent' => '',
'label' => array(
'format' => 'hidden',
Expand Down Expand Up @@ -234,7 +234,7 @@ sponsor|Sponsor',
),
'default_value_php' => NULL,
'label' => 'Sponsorship Level',
'weight' => '2',
'weight' => '-3',
'description' => '',
'type' => 'optionwidgets_select',
'module' => 'optionwidgets',
Expand All @@ -246,14 +246,14 @@ sponsor|Sponsor',
'field_name' => 'field_url',
'type_name' => 'sponsor',
'display_settings' => array(
'weight' => '-1',
'weight' => '2',
'parent' => '',
'label' => array(
'format' => 'hidden',
),
'teaser' => array(
'format' => 'default',
'exclude' => 0,
'format' => 'hidden',
'exclude' => 1,
),
'full' => array(
'format' => 'default',
Expand Down Expand Up @@ -292,7 +292,7 @@ sponsor|Sponsor',
),
'default_value_php' => NULL,
'label' => 'URL',
'weight' => '-1',
'weight' => '2',
'description' => '',
'type' => 'link',
'module' => 'link',
Expand Down
Expand Up @@ -152,7 +152,7 @@ function cod_sponsors_strongarm() {
$strongarm->name = 'content_extra_weights_sponsor';
$strongarm->value = array(
'title' => '-5',
'body_field' => '-3',
'body_field' => '-1',
'revision_information' => '4',
'author' => '3',
'options' => '5',
Expand Down
Expand Up @@ -152,7 +152,7 @@ function cod_sponsors_strongarm() {
$strongarm->name = 'content_extra_weights_sponsor';
$strongarm->value = array(
'title' => '-5',
'body_field' => '0',
'body_field' => '-1',
'revision_information' => '4',
'author' => '3',
'options' => '5',
Expand Down

0 comments on commit 437d045

Please sign in to comment.