Skip to content

Commit

Permalink
feat(devops): modify slot add config field name
Browse files Browse the repository at this point in the history
Change-Id: I9ee55aeacdb8b6ad45ce1b22b831268ab266980c
  • Loading branch information
zhuangjie1125 committed Jan 7, 2025
1 parent ee906b3 commit 5919aef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions devops/model/canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ type ComponentSchema struct {
}

type Slot struct {
Name string `json:"name"`
ComponentItems []ComponentSchema `json:"component_items"`
Multiple bool `json:"multiple"`
Required bool `json:"required"`
Name string `json:"name"`
ConfigFieldName string `json:"config_field_name"`
Multiple bool `json:"multiple"`
Required bool `json:"required"`
ComponentItems []ComponentSchema `json:"component_items"`
}

0 comments on commit 5919aef

Please sign in to comment.