Initial commit: is_shoppingcart out of the box v3.0.1

v
This commit is contained in:
Isabelle Anno
2025-11-19 13:17:30 +01:00
committed by Isabelle
commit dda9ec045b
333 changed files with 33026 additions and 0 deletions

View File

@ -0,0 +1,30 @@
is_themecore_module_settings:
path: /is_themecore/settings
methods: [GET]
defaults:
_controller: 'Oksydan\Module\IsThemeCore\Controller\Admin\SettingsController::indexAction'
_legacy_controller: themecoreSettings
is_themecore_module_settings_general_save:
path: /is_themecore/settings/general
methods: [POST, PATCH]
defaults:
_controller: 'Oksydan\Module\IsThemeCore\Controller\Admin\SettingsController::processGeneralFormAction'
_legacy_controller: themecoreSettings
_legacy_link: themecoreSettings:update
is_themecore_module_settings_webp_save:
path: /is_themecore/settings/webp
methods: [POST, PATCH]
defaults:
_controller: 'Oksydan\Module\IsThemeCore\Controller\Admin\SettingsController::processWebpFormAction'
_legacy_controller: themecoreSettings
_legacy_link: themecoreSettings:update
is_themecore_module_settings_webp_erase_all:
path: /is_themecore/settings/webp
methods: [GET]
defaults:
_controller: 'Oksydan\Module\IsThemeCore\Controller\Admin\SettingsController::processWebpEraseImages'
_legacy_controller: themecoreSettings
_legacy_link: themecoreSettings:update