I have 2 extensions which need to have a specific order on a sitecollection. I already tried setting the in ClientSideInstance.xml and also in Tenant Wide Extensions list. Do you know other ways to order the rendering of the extensions?
Thank you!
I have 2 extensions which need to have a specific order on a sitecollection. I already tried setting the in ClientSideInstance.xml and also in Tenant Wide Extensions list. Do you know other ways to order the rendering of the extensions?
Thank you!
Unfortunately not. There is a parameter in the manifiest.json
file, that should allow you which extension should load before, however, it doesn't work.
Some solutions you may try:
body
class, as extYYY-loaded
. The other extension is monitoring the body attributes using a mutationObserver, and triggers in as soon as the atribute appears.