mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
37 lines
1 KiB
YAML
37 lines
1 KiB
YAML
Sylius\Component\Core\Model\Product:
|
|
product_mug:
|
|
code: 'MUG'
|
|
fallbackLocale: 'en_US'
|
|
currentLocale: 'en'
|
|
images: ['@product_mug_thumbnail']
|
|
product_cap:
|
|
code: 'CAP'
|
|
fallbackLocale: 'en_US'
|
|
currentLocale: 'en'
|
|
images: ['@product_cap_banner']
|
|
|
|
Sylius\Component\Core\Model\ProductVariant:
|
|
product_variant_mug_blue:
|
|
code: 'MUG_BLUE'
|
|
product: '@product_mug'
|
|
fallbackLocale: 'en_US'
|
|
currentLocale: 'en'
|
|
product_variant_mug_red:
|
|
code: 'MUG_RED'
|
|
product: '@product_mug'
|
|
fallbackLocale: 'en_US'
|
|
currentLocale: 'en'
|
|
product_variant_cap_yellow:
|
|
code: 'CAP_YELLOW'
|
|
product: '@product_cap'
|
|
fallbackLocale: 'en_US'
|
|
currentLocale: 'en'
|
|
|
|
Sylius\Component\Core\Model\ProductImage:
|
|
product_mug_thumbnail:
|
|
type: 'thumbnail'
|
|
path: 'uo/thumbnail.jpg'
|
|
productVariants: ['@product_variant_mug_blue']
|
|
product_cap_banner:
|
|
type: 'banner'
|
|
path: 'uo/banner.jpg'
|