Refactor ToolKit for 5.2 plugin system
Refactored ToolKit for Shopware 5.2 Plugin System
File changes
Removals
- Removed Bootstrap.php
- Removed config.php
- Removed plugin.json
- Removed custom HTML Emotion element, because Shopware 5.2 has such a feature built-in
- Removed unused tests directory, soon to be redone.
Additions
- Added plugin.xml
- Added Plugin Controller Class (NetiToolKit.php)
- Added configuration struct
Struct\PluginConfig.php
(will be returned instead of Enlight_Config
by service neti_foundation.plugin_manager_config
)
- Added Resources for Symfony compiler (config.xml, services.xml)
Feature Changes:
- Removed custom HTML Emotion element, because Shopware 5.2 has such a feature built-in