79342437

Date: 2025-01-09 11:40:49
Score: 0.5
Natty:
Report link

Columns in TCA and DB must be named as snake_case (single_file) instead of lowerCamelCase (singleFile).

'columns' => [
    'single_file' => [
        'exclude' => true,
        'label' => 'Single file',
        'config' => [
            'allowed' => 'common-image-types',
        ],
    ],
    'multiple_files' => [
        ...
    ],
]
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Doku