Updated [EN] Website Installation (markdown)
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user