flavors work

This commit is contained in:
2021-12-02 13:43:04 +01:00
parent e0fc7c620a
commit 2536c46fc7
38 changed files with 275 additions and 337 deletions
+6
View File
@@ -41,5 +41,11 @@ public class MediaModule : ZeroModule
raven.Indexes.Add<Media_ByParent>();
raven.Indexes.Add<Media_ByHierarchy>();
});
//services.Configure<FlavorOptions>(opts =>
//{
// // TODO should we use MediaType here?
// opts.Provide<Media>("zero.media", "@media.name", icon: "fth-image");
//});
}
}