You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly enough I've been thinking along the same lines as it has grown over time starting with the original fine uploader implementation, but instead of using ifs was thinking of splitting the module out into a module with some base abstract classes and interfaces, an uppy field module requiring that and retain this module as a stripped down version containing some userforms / cms implementations, which would just require the uppy field module to preserve BC.
Someone could install just the field module and this approach would allow some other field implementations implemented as standalone modules, such as Filepond.
It would be great if I could install the module to just use the normal field without having to install UserForms.
You could make composer suggest UserForms and wrap the EditableField classes in an
if class exists
condition.The text was updated successfully, but these errors were encountered: