mirror of
https://github.com/grafana/grafana.git
synced 2025-01-12 09:02:30 -06:00
26 lines
371 B
CUE
26 lines
371 B
CUE
package core
|
|
|
|
templateGroup: {
|
|
kind: "TemplateGroup"
|
|
group: "notifications"
|
|
apiResource: {
|
|
groupOverride: "notifications.alerting.grafana.app"
|
|
}
|
|
codegen: {
|
|
frontend: false
|
|
backend: true
|
|
}
|
|
pluralName: "TemplatesGroups"
|
|
current: "v0alpha1"
|
|
versions: {
|
|
"v0alpha1": {
|
|
schema: {
|
|
spec: {
|
|
title: string
|
|
content: string
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|