Initial commit: is_shoppingcart out of the box v3.0.1
v
This commit is contained in:
30
is_themecore/config/routes.yml
Normal file
30
is_themecore/config/routes.yml
Normal 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
|
||||
Reference in New Issue
Block a user