Skip to content

Commit

Permalink
[TASK] Remove compatibility layer for TcaPreparation
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Sep 5, 2024
1 parent 218f925 commit f4658ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions Classes/CodeGenerator/TcaCodeGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

namespace MASK\Mask\CodeGenerator;

use MASK\Mask\CompatibilityLayer\TcaPreparation;
use MASK\Mask\Definition\ElementTcaDefinition;
use MASK\Mask\Definition\PaletteDefinition;
use MASK\Mask\Definition\TableDefinition;
Expand Down Expand Up @@ -457,7 +456,6 @@ private function getFileTCAConfig(FieldType $fieldType, TcaFieldDefinition $fiel
$field->allowedFileExtensions = implode(',', array_merge($alwaysIncluded, $field->onlineMedia));
}

$field->allowedFileExtensions = TcaPreparation::prepareFileExtensions($field->allowedFileExtensions);
$fileFieldTCAConfig = [
'type' => 'file',
'allowed' => $field->allowedFileExtensions,
Expand Down
26 changes: 0 additions & 26 deletions Classes/CompatibilityLayer/TcaPreparation.php

This file was deleted.

0 comments on commit f4658ce

Please sign in to comment.