海南旅游SAAS
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

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Article' => '文章',
  5. 'article' => '文章',
  6. ],
  7. 'fields' => [
  8. 'agent_id' => '代理商ID',
  9. 'author' => '作者',
  10. 'title' => '文章标题',
  11. 'image' => '文章缩略图',
  12. 'content' => '文章内容',
  13. 'sort' => '排序',
  14. 'type' => '显示方式',
  15. 'agent_product_ids' => '绑定产品',
  16. ],
  17. 'options' => [
  18. 'type' => [
  19. 0 => '普通列表',
  20. 1 => '大图显示',
  21. ],
  22. ],
  23. ];