I can’t figure out why my CMS Nest won’t work. Inside the area’s popup I’ve added a div block as a nest. I also added the link to the area’s page inside the collection item and created the reference on the areas template page.
Hello @Bart! Why are we delaying the CMS Nest script with defer fs-attributes-preventload="true" ? If you need to delay be sure to initiate it with the snippet below somewhere in your code.
Also, the link is correct but I would advise moving it up so it can be the first element inside the collection item as the script assumes the first link found is the link where the collection should be fetched.
I changed the script back to the one on the attributes page. Also I repositioned the link to the top of the item and that seemed to do the trick. Thanks for helping out!