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.
21 lines
487 B
21 lines
487 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Banner' => '横幅管理',
|
|
'banner' => '横幅管理',
|
|
],
|
|
'fields' => [
|
|
'market_id' => '市场',
|
|
'title' => '标题',
|
|
'sub_title' => '副标题',
|
|
'cover' => '封面',
|
|
'cover_type' => '封面类型',
|
|
'path' => '链接',
|
|
'path_type' => '链接类型',
|
|
'sort' => '排序',
|
|
'status' => '状态',
|
|
'type' => '位置',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|