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.
18 lines
477 B
18 lines
477 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Navigation' => 'Navigation',
|
|
],
|
|
'fields' => [
|
|
'type' => '导航位置 1顶部 2底部',
|
|
'name' => '导航名称',
|
|
'img' => '导航图片',
|
|
'link_type' => '导航链接类型',
|
|
'link_data' => '导航链接数据',
|
|
'desc' => '导航描述',
|
|
'order' => '排序',
|
|
'status' => '是否显示在首页开关(0不显示1显示)',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|