Skip to content

Commit cd56919

Browse files
authored
Update _tx_myextension_domain_model_blog.php (#5181)
1 parent 9d0f981 commit cd56919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/ExtensionArchitecture/Extbase/Reference/_FileUpload/_tx_myextension_domain_model_blog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
'columns' => [
88
// ... usual TCA columns
9-
'singleFile' => [
9+
'single_file' => [
1010
'exclude' => true,
1111
'label' => 'Single file',
1212
'config' => [
@@ -15,7 +15,7 @@
1515
'allowed' => 'common-image-types',
1616
],
1717
],
18-
'multipleFiles' => [
18+
'multiple_files' => [
1919
'exclude' => true,
2020
'label' => 'Multiple files',
2121
'config' => [

0 commit comments

Comments
 (0)