Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eadesignro committed Dec 14, 2016
1 parent ab15d5f commit 0c19cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Magento 2 Mobile detect system

Magento 2 Mobile detect system can be used to load diffrent themses base on the client device (desktop, table mobile).
Magento 2 Mobile detect system can be used to load different themes base on the client device (desktop, tablet, mobile).
It uses the library https://github.com/serbanghita/Mobile-Detect.

# How to use the module

The main configuraton can be done under the Content > Design > Configuration. There (Design Rule > User Agent Rules) you can add user agent expressions.
The main configuration can be done under the Content > Design > Configuration. There (Design Rule > User Agent Rules) you can add user agent expressions.

* add "eadesign_is_mobile" to load a theme for mobile
* add "eadesign_is_tablet" to load a theme for tablet
* add "eadesign_is_desktop" to load a theme for desktop

Under system configurations you need to enable the extension. Also there you will find 3 fields for redirects.
If you add a url to the mobile field for example the user will be redirected to the url in there.
This can be usefull if you want ot use a diffrent website/store view url for the mobile theme.
This can be useful if you want to use a different website/store view url for the mobile theme.


# Installation.
Expand Down

0 comments on commit 0c19cb1

Please sign in to comment.