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
429 B
18 lines
429 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'WaterfallAd' => '产品列表内嵌广告',
|
|
'waterfall-ad' => '产品列表内嵌广告',
|
|
],
|
|
'fields' => [
|
|
'title' => '广告名称',
|
|
'agent_id' => '代理商ID',
|
|
'picture' => '广告图片',
|
|
'type' => '链接',
|
|
'url' => '链接地址',
|
|
'sort' => '排序',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|