mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
15 lines
502 B
YAML
15 lines
502 B
YAML
Sylius\Component\Core\Model\CatalogPromotion:
|
|
catalog_promotion:
|
|
name: 'Mugs discount'
|
|
code: 'mugs_discount'
|
|
channels: ['@channel_web']
|
|
translations: ['@catalog_promotion_translation']
|
|
enabled: true
|
|
exclusive: false
|
|
|
|
Sylius\Component\Promotion\Model\CatalogPromotionTranslation:
|
|
catalog_promotion_translation:
|
|
label: 'Mugs discount'
|
|
description: '<paragraph(2)>'
|
|
locale: 'en_US'
|
|
translatable: '@catalog_promotion'
|