@@ -57,6 +57,7 @@ class Feature extends ActiveRecordCommon | |||
const ALIAS_PRODUCT_ACCESSORY = 'product_accessory'; | |||
const ALIAS_FORUM = 'forum'; | |||
const ALIAS_AUTOMATIC_EMAIL = 'automatic_email'; | |||
const ALIAS_ROTATING_PRODUCT = 'rotating_product'; | |||
/** | |||
* @inheritdoc |
@@ -26,7 +26,8 @@ class FeatureDefinition extends AbstractDefinition | |||
Feature::ALIAS_BRIDGE_EVOLIZ => "Pont vers Evoliz", | |||
Feature::ALIAS_PRODUCT_ACCESSORY => 'Accessoires produits', | |||
Feature::ALIAS_FORUM => 'Forum', | |||
Feature::ALIAS_AUTOMATIC_EMAIL => 'Emails automatiques' | |||
Feature::ALIAS_AUTOMATIC_EMAIL => 'Emails automatiques', | |||
Feature::ALIAS_ROTATING_PRODUCT => 'Produits tournants' | |||
]; | |||
} | |||
} |