mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
25 lines
754 B
YAML
25 lines
754 B
YAML
Sylius\Component\Core\Model\Product:
|
|
product:
|
|
code: 'PRODUCT'
|
|
channels: ['@channel_web']
|
|
translations:
|
|
en_US: '@product_translation'
|
|
|
|
Sylius\Component\Core\Model\ProductTranslation:
|
|
product_translation:
|
|
slug: 'product'
|
|
locale: 'en_US'
|
|
name: 'Product'
|
|
|
|
Sylius\Component\Core\Model\ProductVariant:
|
|
product_variant_that_costs_1000:
|
|
code: 'product_variant_that_costs_1000'
|
|
product: '@product'
|
|
currentLocale: 'en_US'
|
|
channelPricings:
|
|
WEB: '@channel_pricing_product_variant_that_costs_1000_web'
|
|
|
|
Sylius\Component\Core\Model\ChannelPricing:
|
|
channel_pricing_product_variant_that_costs_1000_web:
|
|
channelCode: 'WEB'
|
|
price: 1000
|