A element represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizeable amount of free-form text. Source: MDN Web Docs
array(
'id' => 'textarea_1',
'type' => 'textarea',
'title' => 'Textarea',
'attributes' => array(
'placeholder' => 'do stuff',
),
),