title | issue |
---|---|
Install assets of apps |
NEXT-19583 |
- Added
\Shopware\Core\Framework\Plugin\Util\AssetService::copyAssetsFromApp()
-method to copy assets from Apps to the asset filesystem. - Changed
\Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
to also install assets from Apps. - Changed
\Shopware\Core\Framework\App\Lifecycle\AppLifecycle
to automatically install assets from App on install/update and delete assets on app delete.