In Configuration/TCA/Overrides/sys_file_metadata.php all TCA overrides of extensions are reapplied, thus this will break some TCA fields depending on other installed extensions. Is this really still necessary?
For example: ai_suite adds some configuration to title field of sys_file_metadata, but when reapplied, the configuration will be an array instead of a string and thus break editing of the metadata in the backend.
In
Configuration/TCA/Overrides/sys_file_metadata.phpall TCA overrides of extensions are reapplied, thus this will break some TCA fields depending on other installed extensions. Is this really still necessary?For example: ai_suite adds some configuration to
titlefield ofsys_file_metadata, but when reapplied, the configuration will be an array instead of a string and thus break editing of the metadata in the backend.