Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
chiqui3d committed Dec 20, 2022
1 parent 5df6bb5 commit df1bbd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ class MyFormType extends AbstractType
$builder
->add('media', RankyMediaFileManagerType::class, [
'label' => 'Media ManyToOne',
'mapping' => true,
'association' => true,
'modal_title' => 'Featured image',
])
;
Expand Down Expand Up @@ -513,7 +513,7 @@ class MyFormType extends AbstractType
$builder
->add('medias', RankyMediaFileManagerType::class, [
'label' => 'Media Collection',
'mapping' => true,
'association' => true,
'modal_title' => 'Gallery',
'multiple_selection' => true,
])
Expand Down Expand Up @@ -697,7 +697,6 @@ You can see how to install PHP extensions and compression tools through Docker i
* Create, view and edit EXIF data
* Creation and organization of directories
* Adapters for [file storage](https://github.com/thephpleague/flysystem-bundle): S3, Azure, Google Cloud, etc.
* Adapters for database: Dbal, MongoDB, etc.
* Add more tests

## License
Expand Down

0 comments on commit df1bbd6

Please sign in to comment.