The setup is the following: I client of mine wants to give users the possibility to select a background image for a page. For the sake of simplicity let's say we create a new field in the pages table and configure its TCA separately, so we are completely side-effect free.
Now comes the tricky part. The storage, the users should select images from for that field, should be limited. So even if a backend user has admin rights and therefore access to all file storages and all files, users should only be able to select images from a given(configured) storage.
Is that somehow possible with a specific TCA configuration?