custom fields add priority + display

This commit is contained in:
xiaomlove
2022-09-19 16:27:04 +08:00
parent a9c734e45b
commit b305ce7380
20 changed files with 225 additions and 72 deletions
+2 -1
View File
@@ -26,5 +26,6 @@ $lang_fields = [
'field_type_checkbox' => '横向多选',
'field_type_select' => '下拉单选',
'field_type_image' => '图片',
'col_display' => '自定义展示',
];
];
+2 -1
View File
@@ -25,5 +25,6 @@ $lang_fields = [
'field_type_radio' => '橫向單選',
'field_type_checkbox' => '橫向多選',
'field_type_select' => '下拉單選',
'col_display' => '自定義展示',
];
];
+2 -1
View File
@@ -26,5 +26,6 @@ $lang_fields = [
'field_type_checkbox' => 'Horizontal multiple select',
'field_type_select' => 'Vertical single select',
'field_type_image' => 'Image',
'col_display' => 'Custom display',
];
];