From 181aa419a7b8a01094c1b393bac531f014d18b93 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Fri, 28 Dec 2018 00:04:19 +0100 Subject: [PATCH] Updated [EN] Website Installation (markdown) --- [EN]-Website-Installation.md | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/[EN]-Website-Installation.md b/[EN]-Website-Installation.md index f676832..db0e4c2 100644 --- a/[EN]-Website-Installation.md +++ b/[EN]-Website-Installation.md @@ -95,3 +95,40 @@ If you have installed TS-website in a sub-directory, remember to visit `http://y Have fun! + +--- + +### Assigner config format +
Show / hide +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 + ] + } +] +``` +