title | issue | author | author_email | author_github |
---|---|---|---|---|
Only a maximum of 25 folders in the media area |
NEXT-20815 |
Niklas Limberg |
NiklasLimberg |
- Removed deprecation for
folderLoaderDone
data property insw-media-library/index.js
, since it was still needed. - Changed the
showLoadMoreButton
computed insw-media-library/index.js
to return true if either additional media or folders can be loaded. - Changed the
loadItems
method insw-media-library/index.js
to fetch media and folders simultaneously withnextMedia
andnextFolders
respectively. - Added the
nextMedia
method insw-media-library/index.js
to allow for the aforementioned simultaneous fetching