链街Dcat后台
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

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Category' => '分类',
  5. 'category' => '分类',
  6. ],
  7. 'fields' => [
  8. 'parent_id' => '父级',
  9. 'title' => '标题',
  10. 'cover_img' => '图标',
  11. 'cover_img_url' => '图标',
  12. 'sort' => '排序',
  13. 'status' => '状态',
  14. ],
  15. 'options' => [
  16. ],
  17. ];