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.
23 lines
515 B
23 lines
515 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Article' => '文章',
|
|
'article' => '文章',
|
|
],
|
|
'fields' => [
|
|
'agent_id' => '代理商ID',
|
|
'author' => '作者',
|
|
'title' => '文章标题',
|
|
'image' => '文章缩略图',
|
|
'content' => '文章内容',
|
|
'sort' => '排序',
|
|
'type' => '显示方式',
|
|
'agent_product_ids' => '绑定产品',
|
|
],
|
|
'options' => [
|
|
'type' => [
|
|
0 => '普通列表',
|
|
1 => '大图显示',
|
|
],
|
|
],
|
|
];
|