I am using HTL for rendering page properties on a page. I want to show the date when the page was created but unable to do that through HTL. Is there a way only using HTL?
I have added a custom field in the page properties. I want to convert it to Rich Text Editor. I have overlayed the text node from the text component of libs. But it's not showing full screen option for the custom field. I want to leverage all the functionalities of RTE for that field.
I want to render the current page featured image on the same page. And for that I am using HTL. Is there a way I can just call currentPage or properties object in HTL to get that image as we do for jcr:title( ${properties.jcr:title})?