mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Schema: introduce CLI command to convert all CUE files to TS (#39694)
* First pass at cuetsify command
* Update go deps
* Small tweaks to input cue files
* Correct ts import structure, whitespace
* Latest version of cuetsy
* add ordinal option
* upate cue file
* Fix merge garbage
* Remove dead code
* Revert "upate cue file"
This reverts commit e40b1df83e.
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
@@ -18,10 +18,9 @@ Panel: {
|
||||
lineages: [
|
||||
[
|
||||
{
|
||||
TextMode: "html" | "markdown" @cuetsy(kind="enum",withName="TextMode")
|
||||
|
||||
TextMode: "html" | "markdown" @cuetsy(kind="enum",memberNames="HTML|Markdown")
|
||||
PanelOptions: {
|
||||
mode: TextMode | *"markdown"
|
||||
mode: TextMode | *"markdown"
|
||||
content: string | *"""
|
||||
# Title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user