HI, I am implementing this in teaser CTA but wheb we give tel:<tel number>, in cta it open phone app but when i give javascript:alert('message');, it doesnt open alert??
Hi @MichaelNeu007,You can use data-sly-resourec to include multiple components in your new created one's HTL, and in data-sly-resource give path to your compopnent that you want to include.
Hi, I am able to Author Teaser Component Cta astel:<tel number>,it works fine but when i move to author it asjavascript:alert('message');,it doesn't make any href on DOM. How to achieve this using authoring only; i dont want to write custom js for this. As in LinkCheckerConfigImpl i found that...
Hi @konstantyn_diachenko <div class="experienceFragmentText"><sly data-sly-test="${coursePageFees.fees}"><sly data-sly-list.feeSubHeading="${coursePageFees.fees}"><sly data-sly-test="${coursePageFees.fees[feeSubHeading][0].fee != '0'}"><!-- Fees List for fees --><sly data-sly-list.feesList="${course...
Hi all,I want to add a Experience Fragment in HTL using data sly resource. but there problem that i want to author that on initial content on template and render it on page on the basis of some conditions. and i want to add code for both in sightly of my custom component.