1234567891011121314151617181920212223242526 |
- <?php
- return [
- 'labels' => [
- 'DistAdminDistributor' => 'DistAdminDistributor',
- 'dist-admin-distributor' => 'DistAdminDistributor',
- ],
- 'fields' => [
- 'country' => 'country',
- 'contact_number' => 'contact_number',
- 'service_hotline' => 'service_hotline',
- 'whats_app' => 'whats_app',
- 'facebook' => 'facebook',
- 'instagram' => 'instagram',
- 'youtube' => 'youtube',
- 'linkedin' => 'linkedin',
- 'tiktok' => 'tiktok',
- 'site_name' => 'site_name',
- 'level_domain' => 'level_domain',
- 'remark' => 'remark',
- 'company_address' => '公司地址',
- 'company_name' => '公司名称',
- 'enabled' => 'enabled',
- ],
- 'options' => [
- ],
- ];
|