Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 462 Bytes

2022-01-18-install-assets-of-apps.md

File metadata and controls

8 lines (8 loc) · 462 Bytes
title issue
Install assets of apps
NEXT-19583

Core

  • 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.