From 2a4b08eab93c1c8a4e35ea25c8521c1663662488 Mon Sep 17 00:00:00 2001 From: sam boyer Date: Wed, 15 Sep 2021 12:27:47 -0400 Subject: [PATCH] Apply cuetsy attrs to PanelSchema (#39112) --- cue/scuemata/panel-plugin.cue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ...