Created
June 10, 2014 19:25
-
-
Save reidblomquist/b02ffcef8449f87ff5dc to your computer and use it in GitHub Desktop.
Magento user agent regex XML from magento/app/code/core/Mage/Core/etc/system.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ua_regexp translate="comment"> | |
| <label></label> | |
| <frontend_model>adminhtml/system_config_form_field_regexceptions</frontend_model> | |
| <backend_model>adminhtml/system_config_backend_design_exception</backend_model> | |
| <sort_order>2</sort_order> | |
| <show_in_default>1</show_in_default> | |
| <show_in_website>1</show_in_website> | |
| <show_in_store>1</show_in_store> | |
| <comment>Match expressions in the same order as displayed in the configuration.</comment> | |
| </ua_regexp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment