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",
)
);
}
...
?>