Skip to content

Commit 3f1af50

Browse files
authored
Merge pull request #183 from cloudblue/webapp-sample-icon-optional
Fix case when marketplace has no icon
2 parents af0ecbc + 679bbff commit 3f1af50

File tree

1 file changed

+4
-1
lines changed
  • connect/cli/plugins/project/extension/templates/bootstrap/${project_slug}/${package_name}

1 file changed

+4
-1
lines changed

connect/cli/plugins/project/extension/templates/bootstrap/${project_slug}/${package_name}/schemas.py.j2

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ class Marketplace(BaseModel):
77
id: str
88
name: str
99
description: str
10-
icon: str
10+
icon: str = (
11+
'https://unpkg.com/@cloudblueconnect'
12+
'/material-svg@latest/icons/google/language/baseline.svg'
13+
)
1114

1215

1316
class Settings(BaseModel):

0 commit comments

Comments
 (0)