Add file upload type of extra vars

This commit is contained in:
Kijin Sung 2024-10-08 23:15:45 +09:00
parent 373c563469
commit 0a625662f7
5 changed files with 36 additions and 0 deletions

View file

@ -329,6 +329,7 @@ $lang->column_type_list['date'] = 'Date';
$lang->column_type_list['time'] = 'Time';
$lang->column_type_list['timezone'] = 'Time zone';
$lang->column_type_list['number'] = 'Number';
$lang->column_type_list['file'] = 'File upload';
$lang->column_name = 'Column Name';
$lang->column_title = 'Column Title';
$lang->default_value = 'Default Value';