diff --git a/cue/scuemata/panel-plugin.cue b/cue/scuemata/panel-plugin.cue index 748f99d6d15..acd02e8a3d5 100644 --- a/cue/scuemata/panel-plugin.cue +++ b/cue/scuemata/panel-plugin.cue @@ -8,10 +8,10 @@ package scuemata // the larger Dashboard schema. #PanelSchema: { // Defines plugin specific options for a panel - PanelOptions: {...} + PanelOptions: {...} @cuetsy(kind="interface") // Define the custom properties that exist within standard field config - PanelFieldConfig?: {...} + PanelFieldConfig?: {...} @cuetsy(kind="interface") // Panels may define their own types ...