Sylius/tests/Api/DataFixtures/ORM/catalog_promotion.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'