You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# config/packages/acsiomatic_device_detector.yamlacsiomatic_device_detector:
device_detector:
# If true, DeviceDetector will trigger parser() when necessaryauto_parse: true# Version truncation behavior, it may assume: major, minor, patch, build, or none# By default minor versions will be returned (e.g. X.Y)version_truncation: 'minor'cache:
# If null, it will disable cachingpool: 'cache.app'bot:
# If true getBot() will only return true if a bot was detected (speeds up detection a bit)discard_information: false# If true, bot detection will completely be skipped (bots will be detected as regular devices then)skip_detection: falsesymfony:
twig:
# If null, it will not assign Twig variablevariable_name: 'device'routing:
# If null, it will not tag DeviceDetector as routing condition servicecondition_service_alias: 'device'
Create separate sections for
DeviceDetector
andDeviceDetectorBundle
itself in the configuration file.The text was updated successfully, but these errors were encountered: