Add tests, get post requirements for subreddit
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"title_regexes": [],
|
||||
"body_blacklisted_strings": ["no"],
|
||||
"title_blacklisted_strings": ["no"],
|
||||
"body_text_max_length": 2000,
|
||||
"title_required_strings": ["yes"],
|
||||
"guidelines_text": "test",
|
||||
"gallery_min_items": 2,
|
||||
"domain_blacklist": ["example.com"],
|
||||
"domain_whitelist": [],
|
||||
"title_text_max_length": 200,
|
||||
"body_restriction_policy": "none",
|
||||
"link_restriction_policy": "none",
|
||||
"guidelines_display_policy": null,
|
||||
"body_required_strings": ["yes"],
|
||||
"title_text_min_length": 50,
|
||||
"gallery_captions_requirement": "none",
|
||||
"is_flair_required": false,
|
||||
"gallery_max_items": 20,
|
||||
"gallery_urls_requirement": "none",
|
||||
"body_regexes": [],
|
||||
"link_repost_age": 2,
|
||||
"body_text_min_length": 50
|
||||
}
|
||||
Reference in New Issue
Block a user