Suppressing Installation Message
-
Is it possible to suppress the message that confirms that an extension has been installed?
I'm trying to install several extensions at once, and it would be nice to offer a custom confirmation message for all of them at once…
-
will make it available through the
ExtensionBundle
so you could install extensions withshowMessages
disabled. Installing a bundle will return a succes bool and an info message.