mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Change cuetsy annotation "targetType" to "kind" (#38564)
Mirrors change made upstream in cuetsy
This commit is contained in:
@@ -22,8 +22,8 @@ Family: {
|
||||
lineages: [
|
||||
[
|
||||
{
|
||||
#TimelineMode: "changes" | "samples" @cuetsy(targetType="enum")
|
||||
#TimelineValueAlignment: "center" | "left" | "right" @cuetsy(targetType="type")
|
||||
#TimelineMode: "changes" | "samples" @cuetsy(kind="enum")
|
||||
#TimelineValueAlignment: "center" | "left" | "right" @cuetsy(kind="type")
|
||||
PanelOptions: {
|
||||
// FIXME ts comments indicate this shouldn't be in the saved model, but currently is emitted
|
||||
mode?: #TimelineMode
|
||||
|
||||
@@ -18,7 +18,7 @@ Family: {
|
||||
lineages: [
|
||||
[
|
||||
{
|
||||
TextMode: "html" | "markdown" @cuetsy(targetType="enum",withName="TextMode")
|
||||
TextMode: "html" | "markdown" @cuetsy(kind="enum",withName="TextMode")
|
||||
|
||||
PanelOptions: {
|
||||
mode: TextMode | *"markdown"
|
||||
|
||||
Reference in New Issue
Block a user