mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
1.4 KiB
PHP
24 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'field_type' => [
|
|
'instructions' => [
|
|
"checkboxes" => "Multiple Selection (Can make multiple selections.)",
|
|
"decimal" => "Numerical Value (Amount can be entered. Price, Kg, ...)",
|
|
"integer" => "Numerical value",
|
|
"radio" => "Radio Selection Area (can choose 1 option.)<i class='small'>(Creates left filtering field in listing)</i>",
|
|
"range" => "Numerical Area (Range can be entered in filtering.)<i class='small'>(Creates left filtering field in listing)</i>",
|
|
"select" => "Selection Area (can choose 1 option.)<i class='small'>(Creates left filtering field in listing)</i>",
|
|
"selectdropdown" => "Dropdown Selection Area (can choose 1 option.)",
|
|
"selecttop" => "Selection Area.It is shown as a tab in listing.<i class='small'>(Creates top filtering field in listing)</i>",
|
|
"selectrange" => "Select Min & Max Range Options.<i class='small'>(Creates top filtering field in listing)</i>",
|
|
"selectimage" => "Select Options with Images.",
|
|
"text" => "Text Field",
|
|
],
|
|
],
|
|
'choose_type' => 'Choose a custom field type',
|
|
'select_type_error' => 'Please select a custom field type to proceed!',
|
|
'value_cf_not_exist' => "The value's custom field doesn't exist!",
|
|
'error_submit_cf_value' => 'Please submit a valid value for :key.'
|
|
];
|