Regular text input.
array(
'id' => 'text_1',
'type' => 'text',
'title' => 'Text',
'prepend' => 'fa-font', // optional
'append' => 'Char', // optional
// 'before' => 'Text Before', // optional
// 'after' => 'Text After', // optional
// 'class' => 'text-class', // optional
// 'description' => 'Description', // optional
// 'default' => 'Default Text', // optional
'attributes' => array(
'placeholder' => 'do stuff', // optional
// 'data-test' => 'test', // optional, some extra HTML attribute(s)
),
// 'help' => 'Help text', // optional
),