updated features

This commit is contained in:
Bachir Soussi Chiadmi
2016-10-25 16:05:27 +02:00
parent 54399b169a
commit 610760bedf
24 changed files with 2428 additions and 598 deletions

View File

@@ -10,7 +10,7 @@
function materio_subscriptions_field_default_field_bases() {
$field_bases = array();
// Exported field_base: 'body'
// Exported field_base: 'body'.
$field_bases['body'] = array(
'active' => 1,
'cardinality' => 1,
@@ -37,7 +37,7 @@ function materio_subscriptions_field_default_field_bases() {
'type' => 'text_with_summary',
);
// Exported field_base: 'synonyms_synonym'
// Exported field_base: 'synonyms_synonym'.
$field_bases['synonyms_synonym'] = array(
'active' => 1,
'cardinality' => -1,
@@ -63,7 +63,7 @@ function materio_subscriptions_field_default_field_bases() {
'type' => 'text',
);
// Exported field_base: 'taxonomy_catalog'
// Exported field_base: 'taxonomy_catalog'.
$field_bases['taxonomy_catalog'] = array(
'active' => 1,
'cardinality' => -1,
@@ -85,13 +85,13 @@ function materio_subscriptions_field_default_field_bases() {
),
),
'entity_translation_sync' => FALSE,
'options_list_callback' => 'i18n_taxonomy_allowed_values',
'options_list_callback' => NULL,
),
'translatable' => 0,
'type' => 'taxonomy_term_reference',
);
// Exported field_base: 'uc_catalog_image'
// Exported field_base: 'uc_catalog_image'.
$field_bases['uc_catalog_image'] = array(
'active' => 1,
'cardinality' => 1,
@@ -116,7 +116,7 @@ function materio_subscriptions_field_default_field_bases() {
'type' => 'image',
);
// Exported field_base: 'uc_product_image'
// Exported field_base: 'uc_product_image'.
$field_bases['uc_product_image'] = array(
'active' => 1,
'cardinality' => -1,

View File

@@ -10,7 +10,7 @@
function materio_subscriptions_field_default_field_instances() {
$field_instances = array();
// Exported field_instance: 'node-product-body'
// Exported field_instance: 'node-product-body'.
$field_instances['node-product-body'] = array(
'bundle' => 'product',
'default_value' => NULL,
@@ -91,7 +91,7 @@ function materio_subscriptions_field_default_field_instances() {
),
);
// Exported field_instance: 'node-product-taxonomy_catalog'
// Exported field_instance: 'node-product-taxonomy_catalog'.
$field_instances['node-product-taxonomy_catalog'] = array(
'bundle' => 'product',
'default_value' => NULL,
@@ -130,9 +130,9 @@ function materio_subscriptions_field_default_field_instances() {
),
'default' => array(
'label' => 'above',
'module' => 'i18n_taxonomy',
'module' => 'taxonomy',
'settings' => array(),
'type' => 'i18n_taxonomy_term_reference_link',
'type' => 'taxonomy_term_reference_link',
'weight' => 2,
),
'homeblock' => array(
@@ -172,7 +172,7 @@ function materio_subscriptions_field_default_field_instances() {
),
);
// Exported field_instance: 'node-product-uc_product_image'
// Exported field_instance: 'node-product-uc_product_image'.
$field_instances['node-product-uc_product_image'] = array(
'bundle' => 'product',
'deleted' => 0,
@@ -267,7 +267,7 @@ function materio_subscriptions_field_default_field_instances() {
),
);
// Exported field_instance: 'taxonomy_term-catalog-synonyms_synonym'
// Exported field_instance: 'taxonomy_term-catalog-synonyms_synonym'.
$field_instances['taxonomy_term-catalog-synonyms_synonym'] = array(
'bundle' => 'catalog',
'default_value' => NULL,
@@ -301,7 +301,7 @@ function materio_subscriptions_field_default_field_instances() {
),
);
// Exported field_instance: 'taxonomy_term-catalog-uc_catalog_image'
// Exported field_instance: 'taxonomy_term-catalog-uc_catalog_image'.
$field_instances['taxonomy_term-catalog-uc_catalog_image'] = array(
'bundle' => 'catalog',
'deleted' => 0,

View File

@@ -16,8 +16,6 @@ function materio_subscriptions_taxonomy_default_vocabularies() {
'hierarchy' => 1,
'module' => 'uc_catalog',
'weight' => 0,
'language' => 'und',
'i18n_mode' => 0,
),
);
}

View File

@@ -1402,14 +1402,14 @@ For your convenience, you are already logged in with your newly created account.
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_store_postal_code';
$strongarm->value = '75012';
$strongarm->value = '75009';
$export['uc_store_postal_code'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_store_street1';
$strongarm->value = '74 rue du faubourg saint antoine';
$strongarm->value = '8, rue Chaptal';
$export['uc_store_street1'] = $strongarm;
$strongarm = new stdClass();