This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Description
At the start of the module we decided to hook into the normal magento process (Product, Category, CMS). But i see also a need to create own attributes that use Flysystem. For that we have to think about backend model, frontend model and ui component.
Usecase would be: A customer want to have a new attribute "manual" and he want to choose a pdf file from a S3 or any other Flysystem location. So it should be possible to create an attribute that is using Flysystem and store the location to the file in db. In the frontend we have to think about what kind of display type we want to support in the default (link, image, preview).