feat: 增加 allowCreate 配置
This commit is contained in:
parent
51735790d8
commit
c469879652
|
|
@ -28,6 +28,7 @@ additionalProperties:
|
||||||
multiple: true
|
multiple: true
|
||||||
labelZh: 默认扩展
|
labelZh: 默认扩展
|
||||||
labelEn: Extensions
|
labelEn: Extensions
|
||||||
|
allowCreate: true
|
||||||
default:
|
default:
|
||||||
- mysqli
|
- mysqli
|
||||||
values:
|
values:
|
||||||
|
|
@ -89,6 +90,8 @@ additionalProperties:
|
||||||
value: curl
|
value: curl
|
||||||
- label: sg15
|
- label: sg15
|
||||||
value: sourceguardian
|
value: sourceguardian
|
||||||
|
- label: sg11
|
||||||
|
value: sourceguardian
|
||||||
- label: imagick
|
- label: imagick
|
||||||
value: imagick
|
value: imagick
|
||||||
envKey: PHP_EXTENSIONS
|
envKey: PHP_EXTENSIONS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue