diff --git a/plugins/barcode-generator/README.md b/plugins/barcode-generator/README.md index 47712f66..973c17fb 100644 --- a/plugins/barcode-generator/README.md +++ b/plugins/barcode-generator/README.md @@ -3,13 +3,21 @@ This plugin generates SVG image of one or two dimensional barcode which can be i ## Templates implementation You can add barcode image into template code e.g.: -```` -Server must be secured with valid certificate for https request. +```` +> Server must be secured with valid certificate for https request. -## Token +## Required parameters +- `token` - Security token from the plugin configuration in the CRM +- `code` - Content of the barcode +- `type` - Type of barcode +- `with` - With of barcode in pixels +- `height` - Height of barcode in pixels +- `color` - Color of barcode + +## Parameter `token` Due to security reasons fill some random string as a token and use it as a part of request. -## Type Parameter +## Parameter `type` Types of barcode: * C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9 @@ -51,4 +59,4 @@ Types of barcode: ## Example of code parameter ### QRCODE - "QR Platba" in the Czechia -```` +```` diff --git a/plugins/barcode-generator/barcode-generator.zip b/plugins/barcode-generator/barcode-generator.zip index b253ed86..4990d6af 100644 Binary files a/plugins/barcode-generator/barcode-generator.zip and b/plugins/barcode-generator/barcode-generator.zip differ