closes #3176
parent
9ed88b7bb9
commit
714c7356f9
@ -1,106 +1,28 @@
|
|||||||
[
|
{
|
||||||
{
|
"title": "NodeBB",
|
||||||
"field": "title",
|
"showSiteTitle": 1,
|
||||||
"value": "NodeBB"
|
"postDelay": 10,
|
||||||
},
|
"initialPostDelay": 10,
|
||||||
{
|
"newbiePostDelay": 120,
|
||||||
"field": "showSiteTitle",
|
"newbiePostDelayThreshold": 3,
|
||||||
"value": "1"
|
"minimumPostLength": 8,
|
||||||
},
|
"maximumPostLength": 32767,
|
||||||
{
|
"allowGuestSearching": 0,
|
||||||
"field": "postDelay",
|
"allowTopicsThumbnail": 0,
|
||||||
"value": 10
|
"allowRegistration": 1,
|
||||||
},
|
"allowLocalLogin": 1,
|
||||||
{
|
"allowAccountDelete": 1,
|
||||||
"field": "initialPostDelay",
|
"allowFileUploads": 0,
|
||||||
"value": 10
|
"maximumFileSize": 2048,
|
||||||
},
|
"minimumTitleLength": 3,
|
||||||
{
|
"maximumTitleLength": 255,
|
||||||
"field": "newbiePostDelay",
|
"minimumUsernameLength": 2,
|
||||||
"value": 120
|
"maximumUsernameLength": 16,
|
||||||
},
|
"minimumPasswordLength": 6,
|
||||||
{
|
"maximumSignatureLength": 255,
|
||||||
"field": "newbiePostDelayThreshold",
|
"maximumAboutMeLength": 1000,
|
||||||
"value": 3
|
"maximumProfileImageSize": 256,
|
||||||
},
|
"profileImageDimension": 128,
|
||||||
{
|
"requireEmailConfirmation": 0,
|
||||||
"field": "minimumPostLength",
|
"profile:allowProfileImageUploads": 1
|
||||||
"value": 8
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "maximumPostLength",
|
|
||||||
"value": 32767
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "allowGuestSearching",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "allowTopicsThumbnail",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "allowRegistration",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "allowLocalLogin",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "allowAccountDelete",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "allowFileUploads",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "maximumFileSize",
|
|
||||||
"value": 2048
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "minimumTitleLength",
|
|
||||||
"value": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "maximumTitleLength",
|
|
||||||
"value": 255
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "minimumUsernameLength",
|
|
||||||
"value": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "maximumUsernameLength",
|
|
||||||
"value": 16
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "minimumPasswordLength",
|
|
||||||
"value": 6
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "maximumSignatureLength",
|
|
||||||
"value": 255
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "maximumAboutMeLength",
|
|
||||||
"value": 1000
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "maximumProfileImageSize",
|
|
||||||
"value": 256
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "profileImageDimension",
|
|
||||||
"value": 128
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "requireEmailConfirmation",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "profile:allowProfileImageUploads",
|
|
||||||
"value": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
Loading…
Reference in New Issue