Project

General

Profile

Bug #80427

Updated by Zenoussi no-lastname-given about 7 years ago

TCEFORM.tt_content.space_before_class and TCEFORM.tt_content.space_after_class is not configurable by the integrator:  

 It should be  

 TCEFORM.tt_content { 
	 space_before_class { 
		 altLabels { 
			 none = kein Abstand 
		 } 
		 *default* default = extra-small 
	 } 
	 space_after_class { 
		 altLabels { 
			 none = kein Abstand 
		 } 
		 *default* default = extra-small 
	 } 
 } 

 The none-label cannot be translated and it is not possible to define a *default* default class.  

Back