- Created new image file for YouTube logo. - Added index.php files for views and templates with license notice and redirection. - Implemented back.js for page reload functionality with a button. - Developed configure.tpl for admin configuration panel with documentation links. - Created products-price-list.tpl for displaying product price data in a table format. - Added presta_studio_omnibus_price.tpl for displaying price history information. - Established hook templates for integration with PrestaShop.
14 lines
369 B
JSON
14 lines
369 B
JSON
{
|
|
"name": "prestastudio/omnibus",
|
|
"description": "Module for Omnibus Directive by the European Union law.",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Omnibus\\Controller\\": "src/controller/",
|
|
"Omnibus\\Compatibility\\": "src/compatibility/"
|
|
}
|
|
},
|
|
"config": {
|
|
"prepend-autoloader": false
|
|
},
|
|
"type": "prestashop-module"
|
|
} |