Skip to content

Commit

Permalink
fix: wrong maxfiles for field_images
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Sep 25, 2023
1 parent 44a3bc5 commit be5fca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RockFrontend.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ private function migrateImages()
self::field_images => [
'type' => 'image',
'label' => 'Media',
'maxFiles' => 1,
'maxFiles' => 0,
'descriptionRows' => 0,
'columnWidth' => 50,
'extensions' => 'png jpg jpeg svg',
Expand Down

0 comments on commit be5fca5

Please sign in to comment.