$output.='<p>'.t('File Upload Options module allows for customization of how uploaded files and images with the same name as existing files are handled. These options are configurable on a per-field basis and are grouped by entity type.').'</p>';
$output.='<p>'.t('The goal is to provide a seamless integration with all file fields, without requiring the replacement of existing widgets or file fields. This is accomplished by modifying the underlying file handling process, rather than the user interface.').'</p>';
$output.='<p>'.t('Additionally, the module supports file uploads through REST using the FileUploadResource.').'</p>';