Hi @RobDobsonNC,
The values you’ve changed in CleanUpModule.php
are defaults, and can be set without modifying the plugin by passing a parameter to add_theme_support('soil', [...])
.
It’s a bit hidden, but the Soil readme describes how to do this in detail. Expand the “Full annotated list of features and options” to see the full example.