I\'ve been trying to push an item to an associative array like this:
$new_input[\'name\'] = array( \'type\' => \'text\', \'label\' => \'First
You can try.
$options['inputs'] = $options['inputs'] + $new_input;