in src/Dimmy.DevelopmentHelper/Dimmy.DevelopmentHelper.9.1.0/Initialiser.cs [133:142]
private static void AddLayer(string layerName, DefaultConfigurationLayer ddApplicationLayer)
{
var configEntryInfo = new DefaultConfigurationLayer.ConfigEntryInfo
{
Path = layerName,
Type = DefaultConfigurationLayer.ConfigEntryType.Folder,
Enabled = true
};
ddApplicationLayer.LoadOrder.Add(configEntryInfo);
}