Scripto - Default Edit Protection (or edit protection bulk settings)

Hello All,
We are looking for a way to bulk change edit protection settings within scripto, or set a default. The bulk edit option does not contain this field. Is this something we could edit on the mediawiki side? If so, how can I find existing items within mediawiki; when I load up the mediawiki site, it appears to be a blank install still.

You can prevent access in a number of ways by editing your MediaWiki’s LocalSettings.php file. Here’s the manual page on preventing access. For most it’s enough to restrict anonymous editing:

$wgGroupPermissions['*']['edit'] = false;

As for your MediaWiki installation: it’s whatever installation is referenced in your Scripto module configuration.