Sylius/tests/Api/DataFixtures/ORM/taxon_image.yaml
2023-11-16 15:02:58 +01:00

16 lines
414 B
YAML

Sylius\Component\Core\Model\Taxon:
taxon:
code: 'CATEGORY'
currentLocale: 'en_US'
images: ['@taxon_thumbnail', '@taxon_banner']
taxon_mug:
code: 'MUG'
currentLocale: 'en_US'
Sylius\Component\Core\Model\TaxonImage:
taxon_thumbnail:
type: 'thumbnail'
path: 'uo/thumbnail.jpg'
taxon_banner:
type: 'banner'
path: 'uo/banner.jpg'