1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- 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
2025-11-06 23:35:02 +08:00

54 lines
1.7 KiB
YAML

additionalProperties:
formFields:
- default: "40315"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: "./data/images"
disabled: true
envKey: MEDIAWIKI_IMAGES_PATH
labelEn: MediaWiki Images Path
labelZh: MediaWiki 图片路径
label:
en: MediaWiki Images Path
zh: MediaWiki 图片路径
required: true
type: text
- default: "./data/data"
disabled: true
envKey: MEDIAWIKI_DATA_PATH
labelEn: MediaWiki Data Path
labelZh: MediaWiki 数据路径
label:
en: MediaWiki Data Path
zh: MediaWiki 数据路径
required: true
type: text
- default: "/var/www/data"
edit: true
envKey: INTERNAL_DATA_PATH
labelEn: Internal container data paths
labelZh: 容器内部数据路径
label:
en: Internal container data paths
zh: 容器内部数据路径
required: true
type: text
- default: "./data/LocalSettings.php"
disabled: true
envKey: LOCAL_SETTINGS_PATH
labelEn: LocalSettings.php Path ([necessary] Edit compose.yml to close the mapping to regenerate the configuration file)
labelZh: LocalSettings.php 路径 (【必要】编辑 compose.yml 关闭映射可重新生成配置文件)
label:
en: LocalSettings.php Path ([necessary] Edit compose.yml to close the mapping to regenerate the configuration file)
zh: LocalSettings.php 路径 (【必要】编辑 compose.yml 关闭映射可重新生成配置文件)
required: true
type: text