mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add file upload type of extra vars
This commit is contained in:
parent
373c563469
commit
0a625662f7
5 changed files with 36 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue