Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/2f9a9bcee3ae17f7a36b5d6a66cf96eec4076d82/docs/json/guide-only/language-not-original-or-german.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/guide-only/language-not-original-or-ge...

30 lines
620 B

{
"trash_id": "guide-only",
"trash_scores": {
"default": -10000
},
"trash_description": "Language: Prefer X but i'll take Y",
"name": "Language: Not Original or German",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Not Original",
"implementation": "LanguageSpecification",
"negate": true,
"required": true,
"fields": {
"value": -2
}
},
{
"name": "Not German",
"implementation": "LanguageSpecification",
"negate": true,
"required": true,
"fields": {
"value": 4
}
}
]
}