@AdamMoore I would have no problem with the more restrictive options and the automatic size computations for custom UI modals (and Forge modules in general) if they would produce more reasonable results. The modal, for example, shouldn’t just grow if there’s a lot of content but also shrink if necessary. For example, the screenshot below shows a simple custom UI modal that I opened like this:
const modal = new Modal({ resource: "static", size: "large" });
modal.open();
That’s just too much whitespace for simple modals that don’t contain a lot of text or complex UI.
