updated/sunc feautures betxeen local and online
This commit is contained in:
13
materio_subscriptions/materio_subscriptions.features.inc
Executable file → Normal file
13
materio_subscriptions/materio_subscriptions.features.inc
Executable file → Normal file
@@ -13,24 +13,17 @@ function materio_subscriptions_ctools_plugin_api($module = NULL, $api = NULL) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_views_api().
|
||||
*/
|
||||
function materio_subscriptions_views_api($module = NULL, $api = NULL) {
|
||||
return array("api" => "3.0");
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_uc_product_default_classes().
|
||||
*/
|
||||
function materio_subscriptions_uc_product_default_classes() {
|
||||
$items = array(
|
||||
'product' => array(
|
||||
'name' => t('Product'),
|
||||
'name' => t('Produit'),
|
||||
'base' => 'uc_product',
|
||||
'description' => t('Use <em>products</em> to represent items for sale on the website, including all the unique information that can be attributed to a specific model number.'),
|
||||
'description' => t('Utiliser les <em>produits</em> pour représenter les articles en vente sur le site web, incluant toute l\'information unique qui peut être attribuée à un numéro de modèle spécifique.'),
|
||||
'has_title' => '1',
|
||||
'title_label' => t('Name'),
|
||||
'title_label' => t('Nom'),
|
||||
'help' => '',
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user