Yet another newbie question - when I want to add images to a node, I have the opportunity to upload or select an existing image. Given I currently have 12,000 images uploaded and managed by Backdrop, when I select "existing image", the page returned is restricted to 20 images, presumably hard coded somewhere, which is less than satisfactory unless I can recall something about the filename of the images I'm looking for.
I've had a look at adding modules/extensions but none seem to help expand the number of returned images. So my question is where is this figure hard coded and why isn't there an easy way to alter the number of images returned? Ideally I'd like to be able to select 50 or 100 images in each page of results... yes I can search for all "Fire" images but that still returns 16 pages of items!
Or am I again missing something simple? :)
Hi @Ian
A good question. This is defined in a view called "Image Library (File)" (admin/structure/views/view/image_library/configure)
You can adjust the number of items there and even expose the number of items to the user.