You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
756 B
28 lines
756 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Banners' => '横幅管理',
|
|
'banners' => '横幅管理',
|
|
],
|
|
'fields' => [
|
|
'market_id' => '市场',
|
|
'market_ids' => '多选市场',
|
|
'title' => '标题',
|
|
'sub_title' => '副标题',
|
|
'cover' => '封面图',
|
|
'cover_url' => '封面图',
|
|
'cover_type' => '封面类型',
|
|
'cover_type_text' => '封面类型',
|
|
'path' => '链接',
|
|
'path_type' => '链接类型',
|
|
'path_type_text' => '链接类型',
|
|
'sort' => '排序',
|
|
'status' => '状态',
|
|
'status_text' => '状态',
|
|
'type' => '位置',
|
|
'type_text' => '位置',
|
|
'bg_color' => '色值',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|