Hi Team,
May I know what is the resource type for tagspicker in AEM cloud. I found the below from core components. But selectionCount property is not working to select only one value.
"cq/gui/components/common/tagspicker"
Or any alternate approach please?
Thank you!
Hi Team,
Please help me on the below issue while stage deployment.
No issue on dev deployment - aem release - 2022.9.8630.20220905T184657Z
"Unexpected child node getinitiator found in a new node. Caused by org.apache.jackrabbit.oak.api.CommitFailedException: OakConstraint0025: /apps/cq/core[[nt:f...
Hi All,
Thank you all for the replies. I tried few approaches that has mentioned in the comments above but no luck.
I tried to add granite:class hide. It worked for me as expected.
Hope this would help for others.
Thank you!
Hi @cwalter
I want to hide b & c fields while opening the dialog.
tried hidden but no luck. Disable is working but it's not my requirement.
Kindly suggest if any
Hi @cwalter
it's not show/hide, i want to hide fields in the dialog.
ex: hidden boolean true
but its not working on cloud.
Any other recommendations please?
Hi Team,
I need to hide a few custom nodes in the dialog. sling:hideResource is not working since the fields are custom. Could someone suggest how to hide few fields & set default values to send it in the json please?
Thank you
Hi Team,
I want to reuse the existing component cq:dialog(multiple fields at one place) into another dialog. May I know is there any way to do this?
other component dialog path: /apps/aaa/components/bbb/cq:dialog/content/items/tabs/items/test/items/columns/items/column/items/delete
path- /apps/xxx...
Hi @nitesh_kumar
Thank you for info.
Could you please suggest is there any best approach to implement/extend video feature on teaser component with DM features?
Core video component is not working & ffmpeg needs to be installed to get it worked seems & not sure if we can use dynamic video comp...