const ALIAS_PRODUCT_ACCESSORY = 'product_accessory'; | const ALIAS_PRODUCT_ACCESSORY = 'product_accessory'; | ||||
const ALIAS_FORUM = 'forum'; | const ALIAS_FORUM = 'forum'; | ||||
const ALIAS_AUTOMATIC_EMAIL = 'automatic_email'; | const ALIAS_AUTOMATIC_EMAIL = 'automatic_email'; | ||||
const ALIAS_ROTATING_PRODUCT = 'rotating_product'; | |||||
/** | /** | ||||
* @inheritdoc | * @inheritdoc |
Feature::ALIAS_BRIDGE_EVOLIZ => "Pont vers Evoliz", | Feature::ALIAS_BRIDGE_EVOLIZ => "Pont vers Evoliz", | ||||
Feature::ALIAS_PRODUCT_ACCESSORY => 'Accessoires produits', | Feature::ALIAS_PRODUCT_ACCESSORY => 'Accessoires produits', | ||||
Feature::ALIAS_FORUM => 'Forum', | Feature::ALIAS_FORUM => 'Forum', | ||||
Feature::ALIAS_AUTOMATIC_EMAIL => 'Emails automatiques' | |||||
Feature::ALIAS_AUTOMATIC_EMAIL => 'Emails automatiques', | |||||
Feature::ALIAS_ROTATING_PRODUCT => 'Produits tournants' | |||||
]; | ]; | ||||
} | } | ||||
} | } |