mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
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:
parent
1e284a93e8
commit
28dfa347ff
4 changed files with 119 additions and 1 deletions
|
@ -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%'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue