Das HTML Widget erweitert die normale Textarea um einen WYSIWYG Editor. Die Struktur für die Content Structure ist:
<? ... public contentStructure(){ return array( array( "key"=>"variablenname", "label"=> "Eine formatierbare Texteingabe", "type" => "html", ) ); } ... ?>