Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

```cs
Code Block
languagec#
using Fotoware.ContentPlatform.Plugins.Optimizely;

services.AddFotowareContentPlatformPlugin();

```

Configure appsettings.json

...