Hi All,
i have a requiremnt that read the value from sightly and set through jquery. If we have a alternate way kindly let me know.
Reading the value from author node and displaying on preview/publisher mode
code snippet:
var a = ${pageProperties['pagecontent/offertitle/title']}
jQuery("#title").text(a);