Compare commits
1 Commits
8ac6ade850
...
6e9b62619d
Author | SHA256 | Date | |
---|---|---|---|
|
6e9b62619d |
@@ -7,7 +7,7 @@ index d03fdc6..21d0c3a 100644
|
||||
description = "List of maintainers for the chart."
|
||||
)
|
||||
- icon: t.Optional[HttpUrl] = Field(
|
||||
+ icon: t.Optional[NonEmptyString] = Field(
|
||||
+ icon: t.Optional[HttpUrl | FileUrl] = Field(
|
||||
None,
|
||||
description = "URL to an SVG or PNG image to be used as an icon."
|
||||
)
|
||||
|
Reference in New Issue
Block a user