Copy legacy assets on install

- Add command to copy legacy assets based on configuration
- Add configuration to copy tinymce to legacy path
- Configure composer to copy assets on install
This commit is contained in:
Clemente Raposo 2021-10-27 11:59:31 +01:00 committed by c.raposo
parent 1e284a93e8
commit 28dfa347ff
4 changed files with 119 additions and 1 deletions

View file

@ -17,6 +17,7 @@ services:
$systemConfigKeyMap: '%legacy.system_config_key_map%'
$menuItemMap: '%legacy.menu_item_map%'
$legacyAssetPaths: '%legacy.asset_paths%'
$copyLegacyAssetPaths: '%legacy.copy_asset_paths%'
$legacyApiPaths: '%legacy.api_paths%'
$exposedUserPreferences: '%legacy.exposed_user_preferences%'
$userPreferencesKeyMap: '%legacy.user_preferences_key_map%'