Hi @nathangraham,
Thanks for clarifying!
I believe this can be useful to some people, anyway, it is not planned for now. The idea of the plugin is to autopopulate the wpMandrill settings to all subsites automatically, but to still allow subsite admins to override these settings, in case they want to. So I believe such option does not have a place in this plugin.
Thank you for the idea anyway!
And in case you want to achieve this in your site, you can add this snippet of javascript code in your subsites administration:
jQuery(function($) {
$(document).on('ready', function() {
$('.settings_page_wpmandrill form h3:eq(0), .settings_page_wpmandrill form .form-table:eq(0)').remove();
});
});
This will essentially remove the API Settings title and the API Key field.
Wish you all best!
Regards,
Marin