Where can i get a list of parameters for "type"?
- color
- list
- text
- t3depend (what does this one do?)
And in the example below, there is a "class"-field ( class="t3tm-color" ), what does that do? it's not described in the documentation
<fieldset name="module_params" label="T3_TM_MODULE">
<field name="t3-module-bg" type="color" class="t3tm-color" label="T3_TM_VARS_MODULE_BGCOLOR_LABEL" description="T3_TM_VARS_MODULE_BGCOLOR_DESC" />
</fieldset>