I like to get all images in a foreach from all the fields in the CMS that contain the word “GIF” in the name. So not the files that contain the word, but the fields with that title/id. Is this possible?
Yes i think you can do this by looping over all the pages and using $page->blueprint() which will give you all the fields in that pages blueprint. from there you can seach through to see if one has gif in it.