mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
16 lines
414 B
YAML
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'
|