I have a field of type "link" named "field_link" in a child paragraph, I'm unable to get this field value in the parent paragraph using the below:
{{content.field_childpara.field_link.0['#url'].value}}
but I can access a field of type "text" from child paragraph in a parent paragraph like below: {{content.field_childpara.field_ctitle.0.value}}
Any help is appreciated