Thank a lot @Raja_Reddy for your reply. It works like you described and showed in your picture. I change the displayFormat property so that editors add date&time in the same field which makes the dialog "less busy".displayedFormat="MM/DD/YYYY HH:mm"
I have a requirement to show the time field in the dialog form beside the date field. Is this possible and how? Currently I have the following configuration in _cq_dialog (time field below the date field): <dateFrom jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/co...
Thank you so much @arunpatidar it works as you described. I was able to disable the permissions tab in Page properties like it follows: policiessling:resourceType="wcm/core/components/policy/policy"disablePropertiesFeatures="{Boolean}true"page.html -> _cq_dialog<permissions granite:hide="${cq...
Thanks for your answer.I cannot find the permissions tab inside https://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wcm/components/page/v2/page/_cq_dialog/.content.xml
HiI need to hide the permissons tab in page properties for only two template types or for content under /content/area.I tried the following but that hides the permissions tab for all all pages.<permissions jcr:primaryType="nt:unstructured" sling:orderBefore="analytics" sling:hid...
I have the following dialog structure for a component in _cq_dialog and I am wondering why the field name does not show for logoPrimary and for logoSecondary?<items jcr:primaryType="nt:unstructured"> <columns jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/c...
Hi @arunpatidar Do you set the cq:allowedTemplates, allowedParents and allowedChlidren on the jcr:content node under context.xml in the initial folder (arrow on top) or context.xml on the root folder (arrow at the bottom)?
Hi @BrianKasingliThanks for your reply. I tried the following but it did not work. For the home template in its content.xml I defined allowedChildren= "[.*/productOverview]"For the productOverview template in its content.xml I defined allowedParent= "[.*/home]" We run AEM 6.5.19
Hi @Mahedi_Sabuj The checkbox shows always and for all templates. It should not show for one specific template where the XF is part of the staging container: <staging jcr:primaryType="nt:unstructured" sling:resourceType="xxx/components/content/experiencefragment" editable="{Bool...