Verschiedene Typen
Zur Typo3 Dokumentation
# cat=Basic; type=string; label=Ein einfache Input-Feld
myString = Ein Text
# cat=Basic; type=boolean; label=Eine Checkbox
myCheckbox = 0
# cat=Basic; type=options[label1=value1,label2]; label=Meine Select-Box
mySelectValue = 1
# cat=Template; type=user[[vendor-ucc]\[ext-ucc]\Form\[model-ucc]Element->[field-lower]]; label=Ein eigenes Rendering
myCustomThing = ...
Eigenes Rendering:
{$conf['fieldValue']}";
}
}