Configureable barcode format via bwp-js
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user