removed images display for pages
This commit is contained in:
@@ -87,13 +87,9 @@ function page_field_default_field_instances() {
|
|||||||
),
|
),
|
||||||
'default' => array(
|
'default' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
'module' => 'image',
|
'settings' => array(),
|
||||||
'settings' => array(
|
'type' => 'hidden',
|
||||||
'image_link' => '',
|
'weight' => 3,
|
||||||
'image_style' => '',
|
|
||||||
),
|
|
||||||
'type' => 'image',
|
|
||||||
'weight' => 1,
|
|
||||||
),
|
),
|
||||||
'teaser' => array(
|
'teaser' => array(
|
||||||
'label' => 'above',
|
'label' => 'above',
|
||||||
|
|||||||
@@ -29,7 +29,26 @@ function page_strongarm() {
|
|||||||
$strongarm->api_version = 1;
|
$strongarm->api_version = 1;
|
||||||
$strongarm->name = 'field_bundle_settings_node__page';
|
$strongarm->name = 'field_bundle_settings_node__page';
|
||||||
$strongarm->value = array(
|
$strongarm->value = array(
|
||||||
'view_modes' => array(),
|
'view_modes' => array(
|
||||||
|
'teaser' => array(
|
||||||
|
'custom_settings' => TRUE,
|
||||||
|
),
|
||||||
|
'accueil' => array(
|
||||||
|
'custom_settings' => TRUE,
|
||||||
|
),
|
||||||
|
'attente' => array(
|
||||||
|
'custom_settings' => TRUE,
|
||||||
|
),
|
||||||
|
'full' => array(
|
||||||
|
'custom_settings' => FALSE,
|
||||||
|
),
|
||||||
|
'rss' => array(
|
||||||
|
'custom_settings' => FALSE,
|
||||||
|
),
|
||||||
|
'token' => array(
|
||||||
|
'custom_settings' => FALSE,
|
||||||
|
),
|
||||||
|
),
|
||||||
'extra_fields' => array(
|
'extra_fields' => array(
|
||||||
'form' => array(
|
'form' => array(
|
||||||
'title' => array(
|
'title' => array(
|
||||||
@@ -45,7 +64,20 @@ function page_strongarm() {
|
|||||||
'weight' => '5',
|
'weight' => '5',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'display' => array(),
|
'display' => array(
|
||||||
|
'workflow_current_state' => array(
|
||||||
|
'default' => array(
|
||||||
|
'weight' => '1',
|
||||||
|
'visible' => FALSE,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
'workflow' => array(
|
||||||
|
'default' => array(
|
||||||
|
'weight' => '2',
|
||||||
|
'visible' => FALSE,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
$export['field_bundle_settings_node__page'] = $strongarm;
|
$export['field_bundle_settings_node__page'] = $strongarm;
|
||||||
|
|||||||
Reference in New Issue
Block a user