How can we test sightly code at runtime without a deployment?
Hi Everyone,
I have the following code in an AEM component:
<sly data-sly-test="${properties.showPinterestSave == 'true'}">Unfortunately, I can’t quickly add debug output to the page due to the deployment process (PR + code promotion).
Is there any way to test or inspect ${properties.showPinterestSave} (or other component properties) at runtime on a published page without going through a deployment?
Any tips or tools you use to quickly validate component property values would be really appreciated.
Thanks!
