Project

General

Profile

Feature #57082

Updated by Mathias Schreiber about 9 years ago


 Currently every extension needs to implement the dropdown field for the available languages by itself. 

 The problems I see here are: 

 * possible configuration errors by the Extension developer 
 * no possibility for integrators to centrally manipulate the dropdown for all language fields 

 I would suggest a central method that generates the TCA for this field (similiar to FAL or category fields) and that can be manipulated centrally by TSConfig.

Back