diff --git a/src/dashboards/ElsaDashboard/Pages/_Host.cshtml b/src/dashboards/ElsaDashboard/Pages/_Host.cshtml index 08f28dfa4..3b2b0fb71 100644 --- a/src/dashboards/ElsaDashboard/Pages/_Host.cshtml +++ b/src/dashboards/ElsaDashboard/Pages/_Host.cshtml @@ -16,7 +16,9 @@ - - + + + + \ No newline at end of file diff --git a/src/designer/bindings/aspnet/Elsa.Designer.Components.Web/WorkflowEditor.razor b/src/designer/bindings/aspnet/Elsa.Designer.Components.Web/WorkflowEditor.razor index 8c32f2c01..afb4836c7 100644 --- a/src/designer/bindings/aspnet/Elsa.Designer.Components.Web/WorkflowEditor.razor +++ b/src/designer/bindings/aspnet/Elsa.Designer.Components.Web/WorkflowEditor.razor @@ -1,12 +1,17 @@ @using Microsoft.JSInterop @inject IJSRuntime JS; - + + + @code{ [Parameter] public string ServerUrl { get; set; } = default!; + + [Parameter] + public string MonacoLibPath { get; set; } = "_content/Elsa.Designer.Components.Web/monaco-editor/min"; [Parameter] public string WorkflowDefinitionId { get; set; } = default!; diff --git a/src/designer/bindings/aspnet/Elsa.Designer.Components.Web/WorkflowStudio.razor b/src/designer/bindings/aspnet/Elsa.Designer.Components.Web/WorkflowStudio.razor index ae0315437..088fb6d22 100644 --- a/src/designer/bindings/aspnet/Elsa.Designer.Components.Web/WorkflowStudio.razor +++ b/src/designer/bindings/aspnet/Elsa.Designer.Components.Web/WorkflowStudio.razor @@ -1,4 +1,6 @@ - + + + @code{ diff --git a/src/samples/dashboard/aspnetcore/ElsaDashboard.Samples.AspNetCore.Monolith/Pages/_Host.cshtml b/src/samples/dashboard/aspnetcore/ElsaDashboard.Samples.AspNetCore.Monolith/Pages/_Host.cshtml index 7f66b69cc..3aa413252 100644 --- a/src/samples/dashboard/aspnetcore/ElsaDashboard.Samples.AspNetCore.Monolith/Pages/_Host.cshtml +++ b/src/samples/dashboard/aspnetcore/ElsaDashboard.Samples.AspNetCore.Monolith/Pages/_Host.cshtml @@ -17,7 +17,9 @@ - - + + + + \ No newline at end of file