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

28 lines
756 B

5 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Banners' => '横幅管理',
  5. 'banners' => '横幅管理',
  6. ],
  7. 'fields' => [
  8. 'market_id' => '市场',
  9. 'market_ids' => '多选市场',
  10. 'title' => '标题',
  11. 'sub_title' => '副标题',
  12. 'cover' => '封面图',
  13. 'cover_url' => '封面图',
  14. 'cover_type' => '封面类型',
  15. 'cover_type_text' => '封面类型',
  16. 'path' => '链接',
  17. 'path_type' => '链接类型',
  18. 'path_type_text' => '链接类型',
  19. 'sort' => '排序',
  20. 'status' => '状态',
  21. 'status_text' => '状态',
  22. 'type' => '位置',
  23. 'type_text' => '位置',
  24. 'bg_color' => '色值',
  25. ],
  26. 'options' => [
  27. ],
  28. ];