...
Navigate to the Startup.cs
file and add the following code to the ConfigureServices method to register the plugin with the solution's service collection.
Code Block | ||
---|---|---|
| ||
using Fotoware.ContentPlatform.Plugins.Optimizely;
services.AddFotowareContentPlatformPlugin();
``` |
Configure appsettings.json
...