Project

General

Profile

Feature #105649

Updated by Hannes Lau about 22 hours ago

 
 Some fal driver extensions (`cloudinary`, `canto-saas-fal`, (cloudinary, canto, maybe others) come with their own file pickers for the TYPO3 backend. They render their own "Add file" or "Add image" buttons into file fields (`FileControlContainer`).  

 A click on the extension specific buttons open the custom 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.

Back