diff --git a/survos/barcode-bundle/1.0/config/packages/survos_barcode.yaml b/survos/barcode-bundle/1.0/config/packages/survos_barcode.yaml new file mode 100644 index 00000000..0a0a9c9f --- /dev/null +++ b/survos/barcode-bundle/1.0/config/packages/survos_barcode.yaml @@ -0,0 +1,4 @@ +survos_barcode: + foregroundColor: black + widthFactor: 2 + height: 60 diff --git a/survos/barcode-bundle/1.0/manifest.json b/survos/barcode-bundle/1.0/manifest.json new file mode 100644 index 00000000..a910eddd --- /dev/null +++ b/survos/barcode-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Survos\\BarcodeBundle\\SurvosBarcodeBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} +