@page "/editor"
@code { private StandaloneEditorConstructionOptions GetEditorConstructionOptions(StandaloneCodeEditor editor) { return new StandaloneEditorConstructionOptions { Language = "yaml" }; } }