[TYPO3-english]  TCA help text of field
    Lars Haendler 
    typo3 at larshaendler.com
       
    Thu Oct 16 12:05:37 CEST 2008
    
    
  
Hi all,
I cannot find a hint where I could add some help-text or description to 
a TCA column element:
"title" => Array (		
	"exclude" => 1,		
	"label" => LLL:EXT:apxkursdb/locallang_db.xml:tx_apxkursdb_kurs.title",		
	"config" => Array (
	"type" => "input",	
	"size" => "40",	
	"max" => "60",
	)
),
I'd hoped that it could be something like "description" => "whatever" 
but I could not find anything usefull so far.
Thanks
Lars
    
    
More information about the TYPO3-english
mailing list