@model IntegrationsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.Integrations, "Integrations"); } @if (!ViewContext.ModelState.IsValid) {
}

Other Integrations

Take a look at documentation for the list of other integrations we support and the directions on how to enable them:

@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }