Important
We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.
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.