1

is there any easy way to migrate TCA or Flexform fields for file uploads from type 'group' (upload directly to uploads folder) to 'inline' (FAL) and keep the already uploaded images?

mhirdes
  • 273
  • 2
  • 12

1 Answers1

0

For 6.2 there is this useful extension doing the job: https://typo3.org/extensions/repository/view/conn_falmigration

BACKUP FIRST! This extension will override the TCA of those fields and migrate them to FAL. This should only be a quick fix. A better solution is to check out the migration logics of that extension and implement them for your own purpose including a real change of the TCA in the desired extensions.

Paul Beck
  • 2,675
  • 1
  • 12
  • 14