|
|
|
@ -10,7 +10,7 @@ namespace Volo.CmsKit.GlobalFeatures
|
|
|
|
|
public ReactionsFeature Reactions => GetFeature<ReactionsFeature>();
|
|
|
|
|
|
|
|
|
|
public CommentsFeature Comments => GetFeature<CommentsFeature>();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public MediaFeature Media => GetFeature<MediaFeature>();
|
|
|
|
|
|
|
|
|
|
public RatingsFeature Ratings => GetFeature<RatingsFeature>();
|
|
|
|
@ -19,6 +19,8 @@ namespace Volo.CmsKit.GlobalFeatures
|
|
|
|
|
|
|
|
|
|
public PagesFeature Pages => GetFeature<PagesFeature>();
|
|
|
|
|
|
|
|
|
|
public BlogsFeature Blogs => GetFeature<BlogsFeature>();
|
|
|
|
|
|
|
|
|
|
public CmsUserFeature User => GetFeature<CmsUserFeature>();
|
|
|
|
|
|
|
|
|
|
public GlobalCmsKitFeatures([NotNull] GlobalFeatureManager featureManager)
|
|
|
|
|