Configureable barcode format via bwp-js

This commit is contained in:
2023-02-01 17:39:03 +01:00
parent e5a01bcd76
commit 9e06c46411
4 changed files with 3197 additions and 55 deletions

View File

@@ -10,5 +10,6 @@ const config = {
// optional, will fallback to baseurl_selfservice/imprint
url_imprint: '',
// optional, will fallback to baseurl_selfservice/privacy
url_privacy: ''
url_privacy: '',
codeformat: 'code39'
};