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
Use AssetAdmin->getClientConfig() to pass through config values (rather than data attrs on the form field)
Move PHP logic from field to AssetAdmin
Consolidate API calls, remove unused ones (like getFilesBySibling)
Fix search logic
Remove unused legacy code from AssetAdmin (e.g. the duplicate addFolder() call)
Adjust React init to use URLs in AssetAdmin
Remove unused AssetAdmin templates
Move DropzoneUploadField instance into the upload API call (this subclass of UploadField could be removed completely, we might just use the Upload class directly)
Fix documentation
Write tests for createFolder
Write tests for createFile
Fix unit tests
The text was updated successfully, but these errors were encountered:
Keeping AssetGalleryField complicates building the admin/assets React UI, since it relies on form schema calls to render the gallery as a form field.
Split out from #5711
AssetAdmin->getClientConfig()
to pass through config values (rather than data attrs on the form field)getFilesBySibling
)addFolder()
call)DropzoneUploadField
instance into theupload
API call (this subclass ofUploadField
could be removed completely, we might just use theUpload
class directly)The text was updated successfully, but these errors were encountered: