created page/panel onepage home
This commit is contained in:
@@ -10,7 +10,116 @@
|
||||
function clameurs_field_default_field_bases() {
|
||||
$field_bases = array();
|
||||
|
||||
// Exported field_base: 'field_description'
|
||||
// Exported field_base: 'cer_bidirectional'.
|
||||
$field_bases['cer_bidirectional'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
'deleted' => 0,
|
||||
'entity_types' => array(),
|
||||
'field_name' => 'cer_bidirectional',
|
||||
'indexes' => array(
|
||||
'value' => array(
|
||||
0 => 'value',
|
||||
),
|
||||
),
|
||||
'locked' => 0,
|
||||
'module' => 'list',
|
||||
'settings' => array(
|
||||
'allowed_values' => array(
|
||||
0 => 0,
|
||||
1 => 1,
|
||||
),
|
||||
'allowed_values_function' => '',
|
||||
'entity_translation_sync' => FALSE,
|
||||
),
|
||||
'translatable' => 0,
|
||||
'type' => 'list_boolean',
|
||||
);
|
||||
|
||||
// Exported field_base: 'cer_enabled'.
|
||||
$field_bases['cer_enabled'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
'deleted' => 0,
|
||||
'entity_types' => array(),
|
||||
'field_name' => 'cer_enabled',
|
||||
'indexes' => array(
|
||||
'value' => array(
|
||||
0 => 'value',
|
||||
),
|
||||
),
|
||||
'locked' => 1,
|
||||
'module' => 'list',
|
||||
'settings' => array(
|
||||
'allowed_values' => array(
|
||||
0 => 0,
|
||||
1 => 1,
|
||||
),
|
||||
'allowed_values_function' => '',
|
||||
'entity_translation_sync' => FALSE,
|
||||
),
|
||||
'translatable' => 0,
|
||||
'type' => 'list_boolean',
|
||||
);
|
||||
|
||||
// Exported field_base: 'cer_left'.
|
||||
$field_bases['cer_left'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
'deleted' => 0,
|
||||
'entity_types' => array(),
|
||||
'field_name' => 'cer_left',
|
||||
'indexes' => array(),
|
||||
'locked' => 1,
|
||||
'module' => 'field_object',
|
||||
'settings' => array(
|
||||
'entity_translation_sync' => FALSE,
|
||||
),
|
||||
'translatable' => 0,
|
||||
'type' => 'field_object',
|
||||
);
|
||||
|
||||
// Exported field_base: 'cer_right'.
|
||||
$field_bases['cer_right'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
'deleted' => 0,
|
||||
'entity_types' => array(),
|
||||
'field_name' => 'cer_right',
|
||||
'indexes' => array(),
|
||||
'locked' => 1,
|
||||
'module' => 'field_object',
|
||||
'settings' => array(
|
||||
'entity_translation_sync' => FALSE,
|
||||
),
|
||||
'translatable' => 0,
|
||||
'type' => 'field_object',
|
||||
);
|
||||
|
||||
// Exported field_base: 'cer_weight'.
|
||||
$field_bases['cer_weight'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
'deleted' => 0,
|
||||
'entity_types' => array(),
|
||||
'field_name' => 'cer_weight',
|
||||
'indexes' => array(
|
||||
'value' => array(
|
||||
0 => 'value',
|
||||
),
|
||||
),
|
||||
'locked' => 0,
|
||||
'module' => 'list',
|
||||
'settings' => array(
|
||||
'allowed_values' => array(),
|
||||
'allowed_values_function' => 'cer_weight_options',
|
||||
'entity_translation_sync' => FALSE,
|
||||
),
|
||||
'translatable' => 0,
|
||||
'type' => 'list_integer',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_description'.
|
||||
$field_bases['field_description'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
@@ -20,14 +129,6 @@ function clameurs_field_default_field_bases() {
|
||||
'field_permissions' => array(
|
||||
'type' => 0,
|
||||
),
|
||||
'foreign keys' => array(
|
||||
'format' => array(
|
||||
'columns' => array(
|
||||
'format' => 'format',
|
||||
),
|
||||
'table' => 'filter_format',
|
||||
),
|
||||
),
|
||||
'indexes' => array(
|
||||
'format' => array(
|
||||
0 => 'format',
|
||||
@@ -42,7 +143,7 @@ function clameurs_field_default_field_bases() {
|
||||
'type' => 'text_long',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_doc'
|
||||
// Exported field_base: 'field_doc'.
|
||||
$field_bases['field_doc'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
@@ -52,14 +153,6 @@ function clameurs_field_default_field_bases() {
|
||||
'field_permissions' => array(
|
||||
'type' => 0,
|
||||
),
|
||||
'foreign keys' => array(
|
||||
'taxonomy_term_data' => array(
|
||||
'columns' => array(
|
||||
'target_id' => 'tid',
|
||||
),
|
||||
'table' => 'taxonomy_term_data',
|
||||
),
|
||||
),
|
||||
'indexes' => array(
|
||||
'target_id' => array(
|
||||
0 => 'target_id',
|
||||
@@ -88,7 +181,46 @@ function clameurs_field_default_field_bases() {
|
||||
'type' => 'entityreference',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_ecouter'
|
||||
// Exported field_base: 'field_eclairages'.
|
||||
$field_bases['field_eclairages'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 3,
|
||||
'deleted' => 0,
|
||||
'entity_types' => array(),
|
||||
'field_name' => 'field_eclairages',
|
||||
'field_permissions' => array(
|
||||
'type' => 0,
|
||||
),
|
||||
'indexes' => array(
|
||||
'target_id' => array(
|
||||
0 => 'target_id',
|
||||
),
|
||||
),
|
||||
'locked' => 0,
|
||||
'module' => 'entityreference',
|
||||
'settings' => array(
|
||||
'entity_translation_sync' => FALSE,
|
||||
'handler' => 'base',
|
||||
'handler_settings' => array(
|
||||
'behaviors' => array(
|
||||
'views-select-list' => array(
|
||||
'status' => 0,
|
||||
),
|
||||
),
|
||||
'sort' => array(
|
||||
'type' => 'none',
|
||||
),
|
||||
'target_bundles' => array(
|
||||
'documentair' => 'documentair',
|
||||
),
|
||||
),
|
||||
'target_type' => 'node',
|
||||
),
|
||||
'translatable' => 0,
|
||||
'type' => 'entityreference',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_ecouter'.
|
||||
$field_bases['field_ecouter'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
@@ -98,14 +230,6 @@ function clameurs_field_default_field_bases() {
|
||||
'field_permissions' => array(
|
||||
'type' => 0,
|
||||
),
|
||||
'foreign keys' => array(
|
||||
'tid' => array(
|
||||
'columns' => array(
|
||||
'tid' => 'tid',
|
||||
),
|
||||
'table' => 'taxonomy_term_data',
|
||||
),
|
||||
),
|
||||
'indexes' => array(
|
||||
'tid' => array(
|
||||
0 => 'tid',
|
||||
@@ -121,12 +245,13 @@ function clameurs_field_default_field_bases() {
|
||||
),
|
||||
),
|
||||
'entity_translation_sync' => FALSE,
|
||||
'options_list_callback' => 'title_taxonomy_allowed_values',
|
||||
),
|
||||
'translatable' => 0,
|
||||
'type' => 'taxonomy_term_reference',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_episodes'
|
||||
// Exported field_base: 'field_episodes'.
|
||||
$field_bases['field_episodes'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => -1,
|
||||
@@ -136,14 +261,6 @@ function clameurs_field_default_field_bases() {
|
||||
'field_permissions' => array(
|
||||
'type' => 0,
|
||||
),
|
||||
'foreign keys' => array(
|
||||
'node' => array(
|
||||
'columns' => array(
|
||||
'target_id' => 'nid',
|
||||
),
|
||||
'table' => 'node',
|
||||
),
|
||||
),
|
||||
'indexes' => array(
|
||||
'target_id' => array(
|
||||
0 => 'target_id',
|
||||
@@ -173,7 +290,7 @@ function clameurs_field_default_field_bases() {
|
||||
'type' => 'entityreference',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_habiter'
|
||||
// Exported field_base: 'field_habiter'.
|
||||
$field_bases['field_habiter'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
@@ -183,14 +300,6 @@ function clameurs_field_default_field_bases() {
|
||||
'field_permissions' => array(
|
||||
'type' => 0,
|
||||
),
|
||||
'foreign keys' => array(
|
||||
'taxonomy_term_data' => array(
|
||||
'columns' => array(
|
||||
'target_id' => 'tid',
|
||||
),
|
||||
'table' => 'taxonomy_term_data',
|
||||
),
|
||||
),
|
||||
'indexes' => array(
|
||||
'target_id' => array(
|
||||
0 => 'target_id',
|
||||
@@ -220,7 +329,29 @@ function clameurs_field_default_field_bases() {
|
||||
'type' => 'entityreference',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_thematique'
|
||||
// Exported field_base: 'field_legende'.
|
||||
$field_bases['field_legende'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
'deleted' => 0,
|
||||
'entity_types' => array(),
|
||||
'field_name' => 'field_legende',
|
||||
'indexes' => array(
|
||||
'format' => array(
|
||||
0 => 'format',
|
||||
),
|
||||
),
|
||||
'locked' => 0,
|
||||
'module' => 'text',
|
||||
'settings' => array(
|
||||
'entity_translation_sync' => FALSE,
|
||||
'max_length' => 255,
|
||||
),
|
||||
'translatable' => 0,
|
||||
'type' => 'text',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_thematique'.
|
||||
$field_bases['field_thematique'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
@@ -230,14 +361,6 @@ function clameurs_field_default_field_bases() {
|
||||
'field_permissions' => array(
|
||||
'type' => 0,
|
||||
),
|
||||
'foreign keys' => array(
|
||||
'node' => array(
|
||||
'columns' => array(
|
||||
'target_id' => 'nid',
|
||||
),
|
||||
'table' => 'node',
|
||||
),
|
||||
),
|
||||
'indexes' => array(
|
||||
'target_id' => array(
|
||||
0 => 'target_id',
|
||||
@@ -267,7 +390,7 @@ function clameurs_field_default_field_bases() {
|
||||
'type' => 'entityreference',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_video'
|
||||
// Exported field_base: 'field_video'.
|
||||
$field_bases['field_video'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
@@ -277,7 +400,6 @@ function clameurs_field_default_field_bases() {
|
||||
'field_permissions' => array(
|
||||
'type' => 0,
|
||||
),
|
||||
'foreign keys' => array(),
|
||||
'indexes' => array(
|
||||
'height' => array(
|
||||
0 => 'height',
|
||||
|
||||
Reference in New Issue
Block a user