mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
173 lines
6 KiB
YAML
173 lines
6 KiB
YAML
Sylius\Component\Core\Model\Channel:
|
|
gb_web_channel:
|
|
code: "WEB_GB"
|
|
name: "Great Britain Channel"
|
|
hostname: "localhost"
|
|
description: "Lorem ipsum"
|
|
baseCurrency: "@dolar"
|
|
defaultLocale: "@locale_en_us"
|
|
locales: ["@locale_en_us", "@locale_de_de", "@locale_pl_pl"]
|
|
color: "black"
|
|
menuTaxon: '@category_taxon'
|
|
enabled: true
|
|
taxCalculationStrategy: "order_items_based"
|
|
channelPriceHistoryConfig: '@web_price_history_config'
|
|
|
|
Sylius\Component\Core\Model\ChannelPriceHistoryConfig:
|
|
web_price_history_config:
|
|
lowestPriceForDiscountedProductsCheckingPeriod: 25
|
|
lowestPriceForDiscountedProductsVisible: false
|
|
__calls:
|
|
- addTaxonExcludedFromShowingLowestPrice: ["@mug_taxon"]
|
|
- addTaxonExcludedFromShowingLowestPrice: ["@hat_taxon"]
|
|
|
|
Sylius\Component\Currency\Model\Currency:
|
|
dolar:
|
|
code: USD
|
|
|
|
Sylius\Component\Locale\Model\Locale:
|
|
locale_en_us:
|
|
code: en_US
|
|
locale_de_de:
|
|
code: de_DE
|
|
locale_pl_pl:
|
|
code: pl_PL
|
|
|
|
Sylius\Component\Taxonomy\Model\TaxonTranslation:
|
|
en_us_category_translation:
|
|
slug: "categories"
|
|
locale: "en_US"
|
|
name: "Categories"
|
|
description: "Some description Lorem ipsum dolor sit amet."
|
|
translatable: "@category_taxon"
|
|
en_us_mug_taxon_translation:
|
|
slug: "categories/mugs"
|
|
locale: "en_US"
|
|
name: "Mugs"
|
|
description: "Some description Lorem ipsum dolor sit amet."
|
|
translatable: "@mug_taxon"
|
|
en_us_hat_translation:
|
|
slug: "categories/hats"
|
|
locale: "en_US"
|
|
name: "Hats"
|
|
description: "Some description Lorem ipsum dolor sit amet."
|
|
translatable: "@hat_taxon"
|
|
en_us_t_shirt_taxon_translation:
|
|
slug: "categories/t-shirts"
|
|
locale: "en_US"
|
|
name: "T-Shirts"
|
|
description: "Some description Lorem ipsum dolor sit amet."
|
|
translatable: "@t_shirt_taxon"
|
|
en_us_men_t_shirt_translation:
|
|
slug: "categories/t-shirts/men-t-shirts"
|
|
locale: "en_US"
|
|
name: "Men T-Shirts"
|
|
description: "Some description Lorem ipsum dolor sit amet."
|
|
translatable: "@men_t_shirt_taxon"
|
|
en_us_women_t_shirt_translation:
|
|
slug: "categories/t-shirts/women-t-shirts"
|
|
locale: "en_US"
|
|
name: "Women T-Shirts"
|
|
description: "Some description Lorem ipsum dolor sit amet."
|
|
translatable: "@women_t_shirt_taxon"
|
|
en_us_brand_translation:
|
|
slug: "brands"
|
|
locale: "en_US"
|
|
name: "Brands"
|
|
description: "Some description Lorem ipsum dolor sit amet."
|
|
en_us_yet_another_taxon_translation:
|
|
slug: "yet_another_taxons"
|
|
locale: "en_US"
|
|
name: "Yet another taxon"
|
|
description: "Some description Lorem ipsum dolor sit amet."
|
|
translatable: "@yet_another_taxon"
|
|
de_de_mug_taxon_translation:
|
|
slug: "tassen"
|
|
locale: "de_DE"
|
|
name: "Tassen"
|
|
description: "Einige Beschreibung Lorem ipsum dolor sit amet."
|
|
translatable: "@mug_taxon"
|
|
de_de_hat_translation:
|
|
slug: "hute"
|
|
locale: "de_DE"
|
|
name: "Hüte"
|
|
translatable: "@hat_taxon"
|
|
de_de_t_shirt_taxon_translation:
|
|
slug: "t-shirts"
|
|
locale: "de_DE"
|
|
name: "T-Shirts"
|
|
description: "Einige Beschreibung Lorem ipsum dolor sit amet."
|
|
translatable: "@t_shirt_taxon"
|
|
de_de_men_t_shirt_translation:
|
|
slug: "männer-t-shirts"
|
|
locale: "de_DE"
|
|
name: "Männer T-Shirts"
|
|
description: "Einige Beschreibung Lorem ipsum dolor sit amet."
|
|
translatable: "@men_t_shirt_taxon"
|
|
de_de_women_t_shirt_translation:
|
|
slug: "frauen-t-shirts"
|
|
locale: "de_DE"
|
|
name: "Frauen T-Shirts"
|
|
description: "Einige Beschreibung Lorem ipsum dolor sit amet."
|
|
translatable: "@women_t_shirt_taxon"
|
|
de_de_brand_translation:
|
|
slug: "marken"
|
|
locale: "de_DE"
|
|
name: "Marken"
|
|
description: "Einige Beschreibung Lorem ipsum dolor sit amet."
|
|
translatable: "@brand_taxon"
|
|
|
|
Sylius\Component\Core\Model\Taxon:
|
|
category_taxon:
|
|
code: "CATEGORY"
|
|
currentLocale: "en_US"
|
|
translations: ["@en_us_category_translation"]
|
|
images: ["@category_taxon_thumbnail"]
|
|
children: ["@mug_taxon", "@hat_taxon", "@t_shirt_taxon"]
|
|
mug_taxon:
|
|
code: "MUG"
|
|
currentLocale: "en_US"
|
|
translations: ["@en_us_mug_taxon_translation", "@de_de_mug_taxon_translation"]
|
|
parent: "@category_taxon"
|
|
position: 0
|
|
hat_taxon:
|
|
code: "HAT"
|
|
currentLocale: "en_US"
|
|
translations: ["@en_us_hat_translation", "@de_de_hat_translation"]
|
|
parent: "@category_taxon"
|
|
position: 1
|
|
t_shirt_taxon:
|
|
code: "T_SHIRTS"
|
|
currentLocale: "en_US"
|
|
translations: ["@en_us_t_shirt_taxon_translation", "@de_de_t_shirt_taxon_translation"]
|
|
images: ["@t_shirt_taxon_thumbnail"]
|
|
children: ["@men_t_shirt_taxon", "@women_t_shirt_taxon"]
|
|
parent: "@category_taxon"
|
|
position: 2
|
|
men_t_shirt_taxon:
|
|
code: "MEN_T_SHIRTS"
|
|
currentLocale: "en_US"
|
|
translations: ["@en_us_men_t_shirt_translation", "@de_de_men_t_shirt_translation"]
|
|
parent: "@t_shirt_taxon"
|
|
women_t_shirt_taxon:
|
|
code: "WOMEN_T_SHIRTS"
|
|
currentLocale: "en_US"
|
|
translations: ["@en_us_women_t_shirt_translation", "@de_de_women_t_shirt_translation"]
|
|
parent: "@t_shirt_taxon"
|
|
enabled: false
|
|
brand_taxon:
|
|
code: "BRAND"
|
|
currentLocale: "en_US"
|
|
translations: ["@en_us_brand_translation", "@de_de_brand_translation"]
|
|
yet_another_taxon:
|
|
code: "de?lol=xd#boom"
|
|
currentLocale: "en_US"
|
|
translations: ["@en_us_yet_another_taxon_translation"]
|
|
|
|
Sylius\Component\Core\Model\TaxonImage:
|
|
category_taxon_thumbnail:
|
|
type: "thumbnail"
|
|
path: "/category.jpeg"
|
|
t_shirt_taxon_thumbnail:
|
|
type: "thumbnail"
|
|
path: "/tshirt.jpeg"
|