Extensions: Add missing description field for exposed functions (#107964)

This commit is contained in:
Sven Grossmann
2025-07-15 11:23:11 +02:00
committed by GitHub
parent 683a27bf8b
commit ac6f65923d
+3 -2
View File
@@ -126,8 +126,9 @@ type AddedComponent struct {
}
type AddedFunction struct {
Targets []string `json:"targets"`
Title string `json:"title"`
Targets []string `json:"targets"`
Title string `json:"title"`
Description string `json:"description"`
}
type ExposedComponent struct {