diff --git a/suncat/mobile-detect-bundle/1.0/etc/packages/mobile_detect.yaml b/suncat/mobile-detect-bundle/1.0/etc/packages/mobile_detect.yaml new file mode 100644 index 00000000..28fbd395 --- /dev/null +++ b/suncat/mobile-detect-bundle/1.0/etc/packages/mobile_detect.yaml @@ -0,0 +1,13 @@ +# Read the documentation: https://github.com/suncat2000/MobileDetectBundle/blob/v1.0.5/Resources/doc/index.md +mobile_detect: ~ +# redirect: +# full: +# is_enabled: true +# host: http://site.com +# action: redirect +# mobile: +# is_enabled: true +# host: http://m.site.com +# action: redirect +# detect_tablet_as_mobile: true + diff --git a/suncat/mobile-detect-bundle/1.0/manifest.json b/suncat/mobile-detect-bundle/1.0/manifest.json new file mode 100644 index 00000000..d8f46662 --- /dev/null +++ b/suncat/mobile-detect-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "SunCat\\MobileDetectBundle\\MobileDetectBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } +} +