Skip to content

Commit

Permalink
Configure CreatorKit GlobalNamespace by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jun 20, 2023
1 parent 53600be commit 963031d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CreatorKit/Configure.AppHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ public override void Configure(Container container)
}));
Plugins.Add(new CleanUrlsFeature());

ConfigurePlugin<NativeTypesFeature>(x =>
x.MetadataTypesConfig.GlobalNamespace = nameof(CreatorKit));

MarkdownConfig.Transformer = new MarkdigTransformer();
LoadAsync(container).GetAwaiter().GetResult();
}
Expand Down

0 comments on commit 963031d

Please sign in to comment.