base-config.php 421 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'BaseConfig' => 'System Config',
  5. 'base-config' => 'System Config',
  6. ],
  7. 'fields' => [
  8. 'group' => 'group',
  9. 'key' => 'key',
  10. 'value' => 'value',
  11. 'comment' => 'comment',
  12. 'chinese' => 'chinese',
  13. 'fieldType' => 'fieldType',
  14. 'updated_at' => 'updated_at',
  15. 'sort' => 'sort',
  16. ],
  17. 'options' => [
  18. ],
  19. ];