multi image upload with arrays, sample code included #1270
Celestialme
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
Thanks, Please add the custome media fields that render outside the media display |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to create some plugin which would duplicate drupal multiimage upload. briefly what drupal does is when you select multiple image it uploads all of them and populates with fields for data. i have created similar plugin which uploads images directly and populates fields using array field. but i am sure you can do better thats why i am putting it inside feature request.
customField.tsx
example collection
select images, click send and it will populate array. don't mind styling yet
Beta Was this translation helpful? Give feedback.
All reactions