mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
79 lines
No EOL
1.9 KiB
JSON
79 lines
No EOL
1.9 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": "Episode Discussion",
|
|
"short_name": "pony",
|
|
"description": "Discuss the show, 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": "trixieisbestpony",
|
|
"confirm_password": "trixieisbestpony",
|
|
"role": "admin"
|
|
}],
|
|
"rating_tags": [
|
|
"safe",
|
|
"suggestive",
|
|
"questionable",
|
|
"explicit",
|
|
"semi-grimdark",
|
|
"grimdark",
|
|
"grotesque"
|
|
]
|
|
} |