Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions config/fixtures/1_collection.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sylius_fixtures:
suites:
cms:
listeners:
logger: ~
default:
fixtures:
collection:
priority: -10
options:
custom:
blog:
Expand Down
8 changes: 4 additions & 4 deletions config/fixtures/1_glasses.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
sylius_fixtures:
suites:
cms:
listeners:
logger: ~
default:
fixtures:
glasses:
name: taxon
priority: -10
options:
custom:
category:
code: 'MENU_CATEGORY'
code: 'category'
name: 'Category'
translations:
en_US:
Expand All @@ -26,6 +25,7 @@ sylius_fixtures:
fr_FR:
name: 'Lunettes'
product:
priority: -10
options:
custom:
sunshine_vision_glasses:
Expand Down
5 changes: 2 additions & 3 deletions config/fixtures/1_media.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ parameters:

sylius_fixtures:
suites:
cms:
listeners:
logger: ~
default:
fixtures:
media:
priority: -10
options:
custom:
mid_season_sale_banner:
Expand Down
5 changes: 2 additions & 3 deletions config/fixtures/1_template.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sylius_fixtures:
suites:
cms:
listeners:
logger: ~
default:
fixtures:
template:
priority: -10
options:
custom:
homepage:
Expand Down
5 changes: 2 additions & 3 deletions config/fixtures/2_block.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sylius_fixtures:
suites:
cms:
listeners:
logger: ~
default:
fixtures:
block:
priority: -10
options:
custom:
homepage_new_collection_header:
Expand Down
7 changes: 3 additions & 4 deletions config/fixtures/2_page.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sylius_fixtures:
suites:
cms:
listeners:
logger: ~
default:
fixtures:
page:
priority: -10
options:
custom:
faq:
Expand Down Expand Up @@ -482,7 +481,7 @@ sylius_fixtures:
<p>Summer 2025 proves that the modern woman can have it all - effortless style that works from beach to boardroom, sustainable choices that feel as good as they look, and versatile pieces that adapt to any adventure. Whether you're embracing Riviera elegance or streetwear, this season's trends celebrate comfort without compromising sophistication. The best part? These aren't just trends to follow, but building blocks for a wardrobe that truly reflects who you are.</p>

blog_post_3:
name: ""
name: "The Modern Man's Summer Playbook"
channels:
- "FASHION_WEB"
collections:
Expand Down
Loading