Configuration Shell Settings 1.0.1 Configure site (tenant) shell settings via Web.config AppSettings.

Allows Orchard shell settings for tenants to be specified through configuration application settings, i.e. "Web.config" instead of "Settings.txt". This allows site (tenant) settings control via build configuration management, considerably simplifying the build and deploy process for most environments and infrastructures.

Upon enabling the feature, existing shell settings for all tenants will be copied from respective "Settings.txt" files into AppSettings defined in "Orchard.Web/Web.config". Likewise, whenever the feature is disabled, existing AppSettings defined for all tenants will be copied back to the respective "Settings.txt" files. This allows the feature to be managed without any need for any manual file manipulation or code changes.