Skip to content

Commit dd358f0

Browse files
committed
Merge branch 'develop' of https://github.com/Startpiloten/startpilot into develop
2 parents ea29e55 + 8cdc03c commit dd358f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Configuration/TCA/tt_content_textimage.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@
8686
'richtextConfiguration' => 'default'
8787
]
8888
],
89-
'image' => array(
89+
'image' => [
9090
'config' => ExtensionManagementUtility::getFileFieldTCAConfig(
9191
'image',
92-
array(
92+
[
9393
'collapseAll' => 1,
9494
'maxitems' => 1,
95-
)
95+
]
9696
),
97-
),
97+
],
9898
]
9999
]
100100
);

0 commit comments

Comments
 (0)