Does Swell support videos for Product(s)? #534
-
I've been trying to find anything related to 'upload' videos in the Swell documentation, but I don't find anything at all. I guess is not currently supported? Going with this assumption, what is the alternative to allow having videos "stored" for Product(s) just like images? For example, Etsy allows vendors to store up to 10 images and 1 video. I'm building the storefront with NextJS (app router), so I would like to have a similar idea to Etsy. Allow my vendors to uplaod up to 10 images and 1 video per Product (or Service). What's the best approach for this? What I'm thinking to solve this is creating a custom property in the Product Model to store the URL(s) of the uploaded videos that can be stored in something like Amazon S3, Firebase storage, Mux or similar. I would like to get some technical opinions about this approach from the community and/or the Swell developers team. Appreciate it |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can create a new custom field of the type "Video" as follows: |
Beta Was this translation helpful? Give feedback.
Yes, you can create a custom field of type Tags to store an array of URLs.