Updated [EN] Website Installation (markdown)

master
Wruczek 6 years ago
parent 6258360b83
commit 181aa419a7

@ -95,3 +95,40 @@ If you have installed TS-website in a sub-directory, remember to visit `http://y
Have fun!
</details>
---
### Assigner config format
<details><summary>Show / hide</summary>
Until the admin panel is released, use this as a format in the config:
```json
[
{
"name": "Country",
"icon": "fas fa-globe",
"max": 1,
"groups": [
6,
59,
12,
11,
388
]
},
{
"name": "4 fun",
"icon": "fas fa-gamepad",
"max": 3,
"groups": [
14,
15,
620,
61,
625,
18
]
}
]
```
</details>

Loading…
Cancel
Save