- Created new image file for YouTube logo. - Added index.php files for views and JavaScript with license notice and redirect to parent directory. - Implemented back.js for reload functionality with button event listener. - Introduced configure.tpl template for admin configuration with documentation links and CRON settings. - Added products-price-list.tpl for displaying product price data in a table format. - Created index.php files for hook templates with license notice and redirect. - Added presta_studio_omnibus_price.tpl for displaying product discount information.
7 lines
248 B
YAML
7 lines
248 B
YAML
admin_link_config:
|
|
path: omnibus/configuration
|
|
methods: [GET]
|
|
defaults:
|
|
_controller: 'Omnibus\Controller\MenuController::menuAction'
|
|
_legacy_controller: 'OmnibusEuFreeController'
|
|
_legacy_link: 'OmnibusEuFreeController' |