The issue:
A recent project I have been working on has a series of phone numbers, and to speed up the process I imported the list using a custom code element, then converted this back to Bootstrap Components. Once I did this BSS stripped out the links to the numbers.
Replicate issue:
- Add a custom code element.
- Paste in the following:
<a href="tel:+00000000000">(000) 000‑0000</a>
- Right click on the code element from the Overview panel, and choose “convert to components”.
- View that the link is now been removed.
Expected Behaviour:
The links should be preserved during the conversion and show correctly.