mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 06:53:39 +08:00
18 lines
263 B
JSON
18 lines
263 B
JSON
|
{
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"delete_posts": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"block_email": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"block_urls": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"block_ip": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
}
|