From df1bbd685b19bbce2f44646371cc854d70046e4c Mon Sep 17 00:00:00 2001 From: chiqui3d Date: Wed, 21 Dec 2022 00:42:09 +0100 Subject: [PATCH] Updated README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6447b3a..b1501a5 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ class MyFormType extends AbstractType $builder ->add('media', RankyMediaFileManagerType::class, [ 'label' => 'Media ManyToOne', - 'mapping' => true, + 'association' => true, 'modal_title' => 'Featured image', ]) ; @@ -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, ]) @@ -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