How to Include appsettings-schema.json Files in Umbraco Packages
Ever since Umbraco stepped away from using .NET Framework at its' core, the new way of handing configs is (primarily) through the appsettings.json files. To help users/developers set up their settings and configurations, Umbraco ships with an appsett...