mirror of https://github.com/halo-dev/halo
fix: set default value for attachment storage policy in user center (#6853)
#### What type of PR is this? /area core /kind bug /milestone 2.20.x #### What this PR does / why we need it: 修复首次初始化之后,个人中心使用的附件存储策略没有默认值的问题。 #### Which issue(s) this PR fixes: Fixes #6834 #### Does this PR introduce a user-facing change? ```release-note None ```pull/6848/head
parent
a21413e080
commit
0d8c4bb126
|
@ -8,7 +8,8 @@ data:
|
||||||
"allowRegistration": false,
|
"allowRegistration": false,
|
||||||
"mustVerifyEmailOnRegistration": false,
|
"mustVerifyEmailOnRegistration": false,
|
||||||
"defaultRole": "guest",
|
"defaultRole": "guest",
|
||||||
"avatarPolicy": "default-policy"
|
"avatarPolicy": "default-policy",
|
||||||
|
"ucAttachmentPolicy": "default-policy"
|
||||||
}
|
}
|
||||||
theme: |
|
theme: |
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue