mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Fix legacy asset paths configuration
- Consider the following legacy folders as asset paths -- public -- upload -- all vendors - Add vendor/gymadarasz to the list of vendors to copy to legacy
This commit is contained in:
parent
0f2587c8f6
commit
3b011d39d8
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ parameters:
|
|||
- include
|
||||
- themes
|
||||
- custom
|
||||
- vendor/tinymce
|
||||
- vendor
|
||||
- modules
|
||||
- public
|
||||
- upload
|
||||
legacy.copy_asset_paths:
|
||||
vendor/tinymce/tinymce: 'vendor/tinymce/tinymce'
|
||||
vendor/gymadarasz: 'vendor/gymadarasz'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue