dist-admin-distributor.php 768 B

1234567891011121314151617181920212223242526
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'DistAdminDistributor' => 'DistAdminDistributor',
  5. 'dist-admin-distributor' => 'DistAdminDistributor',
  6. ],
  7. 'fields' => [
  8. 'country' => 'country',
  9. 'contact_number' => 'contact_number',
  10. 'service_hotline' => 'service_hotline',
  11. 'whats_app' => 'whats_app',
  12. 'facebook' => 'facebook',
  13. 'instagram' => 'instagram',
  14. 'youtube' => 'youtube',
  15. 'linkedin' => 'linkedin',
  16. 'tiktok' => 'tiktok',
  17. 'site_name' => 'site_name',
  18. 'level_domain' => 'level_domain',
  19. 'remark' => 'remark',
  20. 'company_address' => '公司地址',
  21. 'company_name' => '公司名称',
  22. 'enabled' => 'enabled',
  23. ],
  24. 'options' => [
  25. ],
  26. ];