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/ba72a3bfa59eccc4e6a4b8df58eb1151a39f6b3f/json/guide-only/language-not-original-or-german.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/guide-only/language-not-original-or-ge...

28 lines
600 B

{
"trash_id": "guide-only",
"trash_score": "-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
}
}
]
}