- Added yt_logo.png image for branding. - Created index.php for views and templates with license notice and redirection. - Implemented back.js for reload functionality with event listener. - Developed configure.tpl for admin configuration panel with documentation links. - Established products-price-list.tpl for displaying product pricing information. - Created presta_studio_omnibus_price.tpl for displaying price history and discounts. - Added index.php files in various directories for consistent redirection and license notice.
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' |