Admin UI block "too tall"

I’ve run into this warning while developing a dynamic Admin block UI extension.

I’m starting to get unsure whether this is actually just a warning, or if this is actually a hard restriction. Will I meet any errors deploying this extension? It’s for private distribution. I cannot find anything about it in the docs.

1 Like

Seems like action target is the way to go, instead…

This warning doesn’t stop you from deploying the UI Extension, but in my experience it does show this same warning to all merchants using the extension.

My app provides a lot of information for a single order, and merchants find it valuable to use the UI Extension even with the warning in place.

But your mileage may vary.

Thanks mate.

I think the action trigger works decently enough for me. I eventually ran into the issue of the block not even rendering the full list of options.

The logic makes sense, just a bit annoyed it does not seem to be documentated.