Hi,
I want to find all the components that have a nested multifield in the touch ui dialog in AEM 6.4. Kindly help with writing a query for it that can be executed in Query Builder.
I have written a below query to find out all the components that have a multifield. But not sure how to find out a sub node that has a sling:resourceType of "granite/ui/components/coral/foundation/form/multifield".
type=nt:unstructured
path=/apps/
1_property=sling:resourceType
1_property.value=granite/ui/components/coral/foundation/form/multifield
p.limit=-1
Kindly help with the same. Thanks.