Important
You are browsing upcoming documentation for version 6.0 of OroCommerce, OroCRM, and OroPlatform, scheduled for release in 2024. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
How to Disable Format Detection¶
To disable format-detection for whole application, add a meta tag to the head <meta name="format-detection" content="telephone=no">
.
To do this, add a block with blockType: meta
to the layout update:
layout:
actions:
- '@add':
id: format_detection
blockType: meta
options:
name: format-detection
content: 'telephone=no'
If there is a need to disable the format detection for a specific element, wrap the value in a tag <a>
without the href
attribute and disable default styles for links.