Skip to content

Commit

Permalink
refactor: complete default values for global settings
Browse files Browse the repository at this point in the history
  • Loading branch information
guqing authored and halo-dev-bot committed Sep 7, 2023
1 parent bfb37f8 commit 7293811
Showing 1 changed file with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ data:
user: |
{
"allowRegistration": false,
"defaultRole": ""
"defaultRole": "",
"avatarPolicy": "default-policy"
}
theme: |
{
Expand All @@ -26,7 +27,17 @@ data:
}
post: |
{
"review": false
"review": false,
"postPageSize": 10,
"archivePageSize": 10,
"categoryPageSize": 10,
"tagPageSize": 10
}
comment: |
{
"enable": true,
"requireReviewForNew": true,
"systemUserOnly": true
}
menu: |
{
Expand Down

0 comments on commit 7293811

Please sign in to comment.