We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e384111 commit baceb44Copy full SHA for baceb44
event/event.go
@@ -126,6 +126,7 @@ var qsCreateEvent = []*survey.Question{
126
Message: "Enter the path to your event's square logo, for use on the main home page. [optional]",
127
Help: "Path to logo image. Must be a PNG file, 600 x 600 px. Example: /Users/mattstratton/Pictures/chicago-square.png.",
128
},
129
+ // @TODO Check for png on event logo
130
Validate: func(val interface{}) error {
131
str, _ := val.(string)
132
if str != "" {
0 commit comments