{{ toast.message }}

GoFrame

Config Editor

v1.0

{{ lang==='zh-CN' ? '请从左侧选择一个配置模块' : 'Select a module from the sidebar' }}

{{ moduleIcons[currentSchema.name] }}

{{ formatModuleName(currentSchema.name) }} {{ lang==='zh-CN' ? '配置' : 'Configuration' }}

{{ filteredFieldCount }} {{ lang==='zh-CN' ? '个字段' : 'fields' }} {{ lang==='zh-CN' ? '配置节点' : 'Node' }}: {{ currentSchema.configNode }}
{{ lang==='zh-CN' ? '配置组' : 'Config Group' }}:
{{ activeConfigGroup }}
{{ field.name }} {{ field.jsonKey }} {{ field.type }} {{ field.rule }}

{{ getFieldDescription(field) }}

{{ lang==='zh-CN' ? '默认' : 'Default' }}: {{ field.default }}
{{ fieldErrors[activeModule+'.'+field.jsonKey] }}

{{ lang==='zh-CN' ? '没有找到匹配的字段' : 'No matching fields found' }}