Adds textarea as a custom field type

This commit is contained in:
snipe
2018-06-21 09:35:04 -07:00
parent 5975c9fac7
commit 9442736518
12 changed files with 71 additions and 63 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ class Helper
{
$keys = array_keys(CustomField::$PredefinedFormats);
$stuff = array_combine($keys, $keys);
return $stuff+["" => trans('admin/custom_fields/general.custom_format')];
return $stuff;
}
/**