12345678910111213141516171819 |
- <?php
- return [
- 'labels' => [
- 'BaseConfig' => 'System Config',
- 'base-config' => 'System Config',
- ],
- 'fields' => [
- 'group' => 'group',
- 'key' => 'key',
- 'value' => 'value',
- 'comment' => 'comment',
- 'chinese' => 'chinese',
- 'fieldType' => 'fieldType',
- 'updated_at' => 'updated_at',
- 'sort' => 'sort',
- ],
- 'options' => [
- ],
- ];
|