Solved
How set property value of textfield using sightly?
How set property value of textfield using sightly? or how to add the page title as property value in text field?
How set property value of textfield using sightly? or how to add the page title as property value in text field?
You want to add/show the default value when the value is not authored in dialog for a field?
You can use below approach:
${properties.pageTitle || properties.jcr:title}So if the pageTitle is not authored it will pick the jcr:title as the default value.
Thanks!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.