链街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.

21 lines
487 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Banner' => '横幅管理',
  5. 'banner' => '横幅管理',
  6. ],
  7. 'fields' => [
  8. 'market_id' => '市场',
  9. 'title' => '标题',
  10. 'sub_title' => '副标题',
  11. 'cover' => '封面',
  12. 'cover_type' => '封面类型',
  13. 'path' => '链接',
  14. 'path_type' => '链接类型',
  15. 'sort' => '排序',
  16. 'status' => '状态',
  17. 'type' => '位置',
  18. ],
  19. 'options' => [
  20. ],
  21. ];