How to activate multiple App Embed Blocks using a single Deep Link

As the title suggests, is there any way to activate multiple App Embed Blocks using a single Deep Link?
This is the deep link format:

https://<myshopifyDomain>/admin/themes/current/editor?context=apps&template=${template}&activateAppId={uuid}/{handle}

I tried adding another &activateAppId as the query param but it then activates neither blocks.
Seems a bit wasteful for the merchant to click on multiple links. Wondering if there is a solution for this (natively or hacky).

There is no way to active multiple.

But you can build Editor extension collections to show group of related extensions for better customer experience.

But why do you want multiple app embed blocks in your app?

One of the embed block has the target set as the head and the other is body.
No way to merge them into one right?

Aha, gotcha. Yeah, no way to merge them.

From the limitations:

Currently, collections can only contain customer account UI and checkout UI extensions.

I think editor extension collections can’t support theme app extension

1 Like