/component.html Secret
Last active
March 29, 2021 05:34
AEM Component for Hybrid Frontend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sly data-sly-use.hero="${'com.xyz.Hero'}"/> | |
<div id="${hero.getNode}" name="hero" | |
dialog-vals="${hero.getDialogVals @context='scriptString'}"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment