Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
parameters:
mail_themes_uri: "/mails/themes"
imports:
- { resource: ../../src/PrestaShopBundle/Resources/config/services/core/cldr.yml }
- { resource: ../../src/PrestaShopBundle/Resources/config/services/adapter/data_provider_common.yml }
- { resource: ../../src/PrestaShopBundle/Resources/config/services/adapter/common.yml }
- { resource: ../../src/PrestaShopBundle/Resources/config/services/core/common.yml }
- { resource: ../../src/PrestaShopBundle/Resources/config/services/bundle/common.yml }
services:
_defaults:
public: true
PrestaShop\PrestaShop\Core\Crypto\Hashing: ~
hashing:
alias: PrestaShop\PrestaShop\Core\Crypto\Hashing
prestashop.database.naming_strategy:
class: PrestaShopBundle\Service\Database\DoctrineNamingStrategy
arguments:
$reader: '@annotation_reader'
$prefix: "%database_prefix%"
annotation_reader:
class: Doctrine\Common\Annotations\AnnotationReader
PrestaShopBundle\DependencyInjection\RuntimeConstEnvVarProcessor:
public: false
tags: ['container.env_var_processor']
PrestaShop\PrestaShop\Core\Hook\HookModuleFilter:
arguments:
- !tagged core.hook_module_exec_filter