From 010f2046ad326898c75b6546e4d70a6f78346d8b Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Thu, 22 Apr 2021 17:54:43 +0200 Subject: [PATCH] Added new config options to reamde --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dfc827b..2c36e57 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ The basic generation mechanism makes the templates and routes interchangeable (i | DISCLAIMER_TEXT | String | N/A | A disclaimer that will get displayed on the bottom of each sponsoring contract. R/N You can only provide the disclaimer for one language. | DONATIONS_FOOTER_TEXT | String | N/A | A text that will get displayed on the bottom of each runner certificate's second page. R/N You can only provide the text for one language. | CONTRACTS_PER_RUNNER | Number | 1 | The amount of contracts that get created per runner (per request). +| CODEFORMAT | String | code39 | The barcode format for everything except. +| CODEFORMAT_CARDS | String | code39 | The barcode format for runnercards (overwrites CODEFORMAT). +| CARD_SUBTITLE | String | Empty | A subtitle that get's displayed on the cards under the eventname. ## Templates > The document server uses html templates to generate various pdf documents.