Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

_CreateOrUpdatePlugin.cshtml

@model PluginModel

@if (ViewBag.RefreshPage == true) { }
@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.PluginDetailsTop, additionalData = Model })
@(await Html.LocalizedEditorAsync("plugin-localized", @
, @
))
@if (Model.CanChangeEnabled) {
}
@await Component.InvokeAsync(typeof(AclDisabledWarningViewComponent))
@await Component.InvokeAsync(typeof(MultistoreDisabledWarningViewComponent))
@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.PluginDetailsBottom, additionalData = Model })