- 🇨🇦Canada blanca.esqueda
Note:
About the files, there is a drush option that handle how the file is exported.
https://www.drupal.org/docs/8/modules/content-synchronization/drush-comm → ...--files
A value option to export media/files.
Values: none, base64, foldernone: means not file is moved, only the content configuration yml file
base64: put the data of the file on the yml file so it can be imported
folder: move the file to the content/config folderexample:
ddev drush content-sync:export --entity-types=file --files=base64--------
UI of exporting/importing a file needs to have the options that drush have for files at least base64.