add recipe for barcode bundle (#1413)

* add recipe for barcode bundle

* fix spacing
This commit is contained in:
Tac Tacelosky
2022-06-02 04:54:51 -04:00
committed by GitHub
parent 4ddb8da4e4
commit 770168b7b8
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
survos_barcode:
foregroundColor: black
widthFactor: 2
height: 60

View File

@@ -0,0 +1,9 @@
{
"bundles": {
"Survos\\BarcodeBundle\\SurvosBarcodeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}