Correct ts import structure, whitespace

This commit is contained in:
sam boyer
2021-09-28 14:43:03 -04:00
parent 9201ee5768
commit 24db8ad250
2 changed files with 3 additions and 3 deletions
@@ -31,7 +31,7 @@ var ctx = cuecontext.New()
const allowedImport = "github.com/grafana/grafana/packages/grafana-schema/src/schema"
var importMap = map[string]string{
allowedImport: "@grafana-schema",
allowedImport: "@grafana/schema",
}
const prefix = "/"
+2 -2
View File
@@ -18,9 +18,9 @@ Panel: {
lineages: [
[
{
TextMode: "html" | "markdown" @cuetsy(kind="enum")
TextMode: "html" | "markdown" @cuetsy(kind="enum",memberNames="HTML|Markdown")
PanelOptions: {
mode: *"markdown" | TextMode
mode: TextMode | *"markdown"
content: string | *"""
# Title