Skip to content

Commit

Permalink
Put fixtures into default CMS config
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe committed Oct 3, 2024
1 parent 72ef503 commit a7e9c4d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Resources/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ imports:
- { resource: "@SyliusCmsPlugin/Resources/config/fos_ck_editor/fos_ck_editor.yml" }
- { resource: "@SyliusCmsPlugin/Resources/config/grids.yml" }
- { resource: "@SyliusCmsPlugin/Resources/config/services.xml" }
- { resource: "@SyliusCmsPlugin/Resources/config/fixtures/*.yaml"}

parameters:
sylius.sitemap.path: "%kernel.project_dir%/var/sitemap"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion tests/Application/config/packages/sylius_cms_plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
imports:
- { resource: "@SyliusCmsPlugin/Resources/config/config.yml" }
- { resource: "fixtures/*.yaml"}

0 comments on commit a7e9c4d

Please sign in to comment.