File tree 1 file changed +49
-0
lines changed
1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Showcase
2
+ description : Share your home page
3
+ title : ' [SHOWCASE] <title>'
4
+ labels : ['showcase']
5
+
6
+ body :
7
+ - type : input
8
+ id : title
9
+ attributes :
10
+ label : Title
11
+ description : Pick a title for your addition
12
+ placeholder : My Awesome Dashboard
13
+ validations :
14
+ required : false
15
+
16
+ - type : textarea
17
+ id : screenshot
18
+ attributes :
19
+ label : Screenshot
20
+ description : Either upload your screenshot here, or include a link to a png/jpg on a CDN / image hosting service
21
+ validations :
22
+ required : true
23
+
24
+ - type : dropdown
25
+ id : attribution
26
+ attributes :
27
+ label : Would you like your name/ username included?
28
+ description : This will be displayed above the screenshot to your dashboard in the showcase page
29
+ options :
30
+ - Yes
31
+ - No
32
+ validations :
33
+ required : true
34
+
35
+ - type : input
36
+ id : links
37
+ attributes :
38
+ label : Link to your Website/ Profile/ Twitter (optional)
39
+ description : You can optionally have your name link to your profile or website. If you'd like this, include the URL to your site below
40
+ validations :
41
+ required : false
42
+
43
+ - type : textarea
44
+ id : description
45
+ attributes :
46
+ label : Description (Optional)
47
+ description : You can optionally also include a short description. If there's anything else you'd like to include, then put it here
48
+ validations :
49
+ required : false
You can’t perform that action at this time.
0 commit comments