Browse Source

Produits tournants : feature

feature/rotating_product
Guillaume Bourgeois 5 months ago
parent
commit
5eaf0a0744
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      domain/Feature/Feature/Feature.php
  2. +2
    -1
      domain/Feature/Feature/FeatureDefinition.php

+ 1
- 0
domain/Feature/Feature/Feature.php View File

@@ -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

+ 2
- 1
domain/Feature/Feature/FeatureDefinition.php View File

@@ -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'
];
}
}

Loading…
Cancel
Save