mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-20 04:21:05 +08:00
- add nested label field with en and zh translations for all parameters - maintain existing labelEn and labelZh fields for backward compatibility - apply consistent internationalization structure across all apps - improve localization support for multi-language user interfaces
13 lines
299 B
YAML
13 lines
299 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 'AUTOHEAL_CONTAINER_LABEL=all'
|
|
edit: true
|
|
envKey: ENV1
|
|
labelEn: Environmental parameters
|
|
labelZh: 环境参数
|
|
label:
|
|
en: Environmental parameters
|
|
zh: 环境参数
|
|
required: true
|
|
type: text
|