mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
96 lines
2.7 KiB
JSON
96 lines
2.7 KiB
JSON
{
|
|
"system_filters": [{
|
|
"name": "Default",
|
|
"description": "The site's default filter.",
|
|
"hidden": [
|
|
"explicit",
|
|
"grotesque"
|
|
],
|
|
"spoilered": [
|
|
"questionable"
|
|
]
|
|
},
|
|
{
|
|
"name": "Everything",
|
|
"description": "This filter won't filter out anything at all.",
|
|
"hidden": [],
|
|
"spoilered": []
|
|
}
|
|
],
|
|
"forums": [{
|
|
"name": "General Discussion",
|
|
"short_name": "dis",
|
|
"description": "This is a discussion forum for everything unrelated to the show or other forums",
|
|
"access_level": "normal"
|
|
},
|
|
{
|
|
"name": "Shows and Movies",
|
|
"short_name": "pony",
|
|
"description": "Discuss TV shows and movies, as well as their characters and theories.",
|
|
"access_level": "normal"
|
|
},
|
|
{
|
|
"name": "Site and Policy",
|
|
"short_name": "meta",
|
|
"description": "For site discussion and policy discussion",
|
|
"access_level": "normal"
|
|
},
|
|
{
|
|
"name": "Art Chat",
|
|
"short_name": "art",
|
|
"description": "Discuss art of any form, and share techniques and tips",
|
|
"access_level": "normal"
|
|
},
|
|
{
|
|
"name": "Roleplaying",
|
|
"short_name": "rp",
|
|
"description": "Roleplaying forum, in which people play roles",
|
|
"access_level": "normal"
|
|
},
|
|
{
|
|
"name": "Site Assistant Discussion",
|
|
"short_name": "helper",
|
|
"description": "Restricted - Assistants and Staff",
|
|
"access_level": "assistant"
|
|
},
|
|
{
|
|
"name": "Moderation Discussion",
|
|
"short_name": "mod",
|
|
"description": "Restricted - Staff only",
|
|
"access_level": "staff"
|
|
}
|
|
],
|
|
"users": [{
|
|
"name": "Administrator",
|
|
"email": "admin@example.com",
|
|
"password": "philomena123",
|
|
"role": "admin"
|
|
}],
|
|
"rating_tags": [
|
|
"safe",
|
|
"suggestive",
|
|
"questionable",
|
|
"explicit",
|
|
"semi-grimdark",
|
|
"grimdark",
|
|
"grotesque"
|
|
],
|
|
"roles": [
|
|
{"name": "moderator", "resource_type": "Image"},
|
|
{"name": "moderator", "resource_type": "DuplicateReport"},
|
|
{"name": "moderator", "resource_type": "Comment"},
|
|
{"name": "moderator", "resource_type": "Tag"},
|
|
{"name": "moderator", "resource_type": "ArtistLink"},
|
|
{"name": "admin", "resource_type": "Tag"},
|
|
{"name": "moderator", "resource_type": "User"},
|
|
{"name": "admin", "resource_type": "SiteNotice"},
|
|
{"name": "admin", "resource_type": "Badge"},
|
|
{"name": "admin", "resource_type": "Role"},
|
|
{"name": "batch_update", "resource_type": "Tag"},
|
|
{"name": "moderator", "resource_type": "Topic"},
|
|
{"name": "admin", "resource_type": "Advert"},
|
|
{"name": "admin", "resource_type": "StaticPage"},
|
|
{"name": "admin", "resource_type": "Image"}
|
|
],
|
|
"pages": []
|
|
}
|