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.
14 lines
325 B
14 lines
325 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'WaterfallAd' => '产品列表内嵌广告',
|
|
'waterfall-ad' => '产品列表内嵌广告',
|
|
],
|
|
'fields' => [
|
|
'agent_id' => '代理商ID',
|
|
'picture' => '广告图片',
|
|
'agent_product_id' => '链接到产品',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|