Skip to content

Commit

Permalink
[category-feed-persoo] added package for generating Persoo category f…
Browse files Browse the repository at this point in the history
…eed (#2926)
  • Loading branch information
TomasLudvik authored Dec 1, 2023
2 parents 44fc66d + 8f68f40 commit 2a4af78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"shopsys/migrations": "14.0.x-dev",
"shopsys/plugin-interface": "14.0.x-dev",
"shopsys/postgres-search-bundle": "^0.4",
"shopsys/category-feed-persoo": "14.0.x-dev",
"shopsys/product-feed-google": "14.0.x-dev",
"shopsys/product-feed-heureka": "14.0.x-dev",
"shopsys/product-feed-heureka-delivery": "14.0.x-dev",
Expand Down
1 change: 1 addition & 0 deletions app/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
Shopsys\MigrationBundle\ShopsysMigrationBundle::class => ['all' => true],
Shopsys\ProductFeed\HeurekaBundle\ShopsysProductFeedHeurekaBundle::class => ['all' => true],
Shopsys\ProductFeed\GoogleBundle\ShopsysProductFeedGoogleBundle::class => ['all' => true],
Shopsys\CategoryFeed\PersooBundle\ShopsysCategoryFeedPersooBundle::class => ['all' => true],
Shopsys\ProductFeed\ZboziBundle\ShopsysProductFeedZboziBundle::class => ['all' => true],
Shopsys\ProductFeed\HeurekaDeliveryBundle\ShopsysProductFeedHeurekaDeliveryBundle::class => ['all' => true],
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
Expand Down
2 changes: 1 addition & 1 deletion app/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ services:

App\ProductFeed\MergadoFeed\MergadoFeed:
tags:
- { name: shopsys.product_feed, hours: 5, minutes: 0 }
- { name: shopsys.feed, hours: 5, minutes: 0 }

FOS\CKEditorBundle\Config\CKEditorConfigurationInterface:
alias: fos_ck_editor.configuration
Expand Down

0 comments on commit 2a4af78

Please sign in to comment.