Creates TextareaTag. Check below example:
<field name="description">
<title>Description</title>
<type>textareaTag</type>
<searchable>Yes</searchable>
<validation>
<rule>
<type>notEmpty</type>
<err-message>Field can not left empty</err-message>
</rule>
</validation>
<parameters>
<parameter name="richtexteditor">No</parameter>
</parameters>
<db-attribute>
<attribute name="type">text</attribute>
<attribute name="length"></attribute>
<attribute name="null"></attribute>
<attribute name="default"></attribute>
</db-attribute>
<tag-attributes>
<attribute name="rows">4</attribute>
<attribute name="id">desc</attribute>
<attribute name="class">app_input</attribute>
</tag-attributes>
</field>