Can not get CMS Nest to work with CMS Tabs

Hi.

I created a CMS Tabs (that is working).
I want to add CMS nest to each pane.

Nothing populates in my nest-target.
I checked with the CMS tabs+nest clonable, but I can not find any other settings then the original CMS Nest.

Can you guys see what I have done wrong?

https://preview.webflow.com/preview/gobistories?utm_medium=preview_link&utm_source=designer&utm_content=gobistories&preview=d391f92b91841280a2546d676dda6525&workflow=preview

Hey @christopher! You seem to be missing the extra code on the page.

For this combo to work you need to add defer fs-attributes-preventload="true" to the CMS Tabs script on the <head> and this callback function for CMS Nest in your </body>.

<script>
  window.fsAttributes = window.fsAttributes || [];
  window.fsAttributes.push([
    'cmsnest',
    (listInstances) => {
      window.fsAttributes.cmstabs.init();
    },
  ]);
</script>

Hi @Support-Luis Thanks!

Can I ask where in the documention I find this info (for the next time) :slight_smile:
Also: I have added some embed blocks in the nested collection item. These are not loading in the nest parent, but they work fine if I use them outside of the nest.

Do you know why it is like this?

Hi @Support-Luis do you know why these are not working inside the nest, but outside?

This is the main structure from the Attributes API, you can read more here → Attributes API.

do you know why these are not working inside the nest, but outside?

Do you mean the embeds? Can you please reshare your read-only link? It has become inactive