Feature #105649
Updated by Hannes Lau about 22 hours ago
Some fal driver extensions (`cloudinary`, `canto-saas-fal`, maybe others) come with their own file pickers for the TYPO3 backend. They render their own file selectors ("Add "Add file" or "Add image" buttons) buttons into file fields. fields (`FileControlContainer`). A click on the extension specific file selector opens buttons open the custom picker. pickers and allow the user to pick a file. !Screenshot%202024-11-20%20at%2011.49.09.png! !Screenshot%202024-11-20%20at%2011.50.06.png! To do so, these extensions override the `FileControlContainer` class. If you have multiple fal driver extensions with their own pickers installed, this can lead to conflicts. Provide a method for these extensions to add their own "Add file" buttons, without overriding the `FileControlContainer` core class.