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.
17 lines
349 B
17 lines
349 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Category' => '分类',
|
|
'category' => '分类',
|
|
],
|
|
'fields' => [
|
|
'parent_id' => '父级',
|
|
'title' => '标题',
|
|
'cover_img' => '图标',
|
|
'cover_img_url' => '图标',
|
|
'sort' => '排序',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|