Hello @chebwin, Here you go. This solution should keep the RTE menu options always "visible". RévélationOf course its is a customization Of course its is a customization Note: This code is tested on AEM 6.5 SP 11 I hope I did not introduce any typos. If you find any please point it out to me and ...
Hello @Lokeshmullaguri
<meta name="title" content="${properties.metaTitle @content='html'}" >
<meta name="description" content="${properties.metaDescription @content='html'}" >
Please note, on your template you have 2 fields by the name "metaTitle" and "metaDescription" for the above code to ...
Hello @kunald36548265
As suggested by others in this thread, you can use the inheritedPageProperties.<your-property> in the sightly code to inherit <your-property> in child pages.
Use case where I've used inheritedPageProperties:
The requirement is to select a site section only on the top level p...
We had a similar requirement for workflow where the pages should be locked when being published.
This workflow had Publish to Stage -> followed by Review step -> followed by Publish to Live.
Page is locked right after workflow is triggered for it.
Just before Publish to Stage, the workflow unlocks t...
@SantoshSai Isn't /clientheaders necessary to pass the headers from the client's browser through Dispatcher?Since, I see the headers coming through (both request and response), I believe that is working well. It's the value for the headers that do not seem what is documented.
Greetings,The Debugging section on this documentation suggests that sending the X-Dispatcher-Info request header to Dispatcher must return response header X-Cache-Info.I have the /info "1" flag enable in my farm configuration as directed. Dispatcher does return the header as expected, however, the v...