@@ -57,13 +57,13 @@ <h3>Addon creation</h3>
57
57
< input id ="addon_dir_folder " class ="real_select " type ="file " webkitdirectory />
58
58
< p id ="addonDir "> < b > </ b > </ p >
59
59
< div class ="next_prompt ">
60
- < button id ="addonDirCheck " class ="transition_button " data-divtoshow ="#addonjsonPrompt " data-divtohide ="#addonDirPrompt " disabled > Next</ button >
60
+ < button id ="addonDirCheck " class ="transition_button " data-divtoshow ="#addonjsonPrompt " data-divtohide ="#addonDirPrompt " data-resize =" 500, 175 " disabled > Next</ button >
61
61
</ div >
62
62
</ div >
63
63
< div id ="addonjsonPrompt ">
64
64
< p > Do you already have a addon.json?</ p >
65
65
< div >
66
- < button class ="button_normal transition_button removeBackOption " data-divtoshow ="#jsonCreator " data-divtohide ="#addonjsonPrompt " data-resize ="500, 300 "> No</ button >
66
+ < button class ="button_normal transition_button removeBackOption " data-divtoshow ="#jsonCreator " data-divtohide ="#addonjsonPrompt " data-resize ="500, 350 "> No</ button >
67
67
< button class ="button_normal transition_button removeBackOption " data-divtoshow ="#gmaPrep " data-divtohide ="#addonjsonPrompt "> Yes</ button >
68
68
</ div >
69
69
</ div >
@@ -72,6 +72,7 @@ <h3>Addon creation</h3>
72
72
< div id ="jsonTitle ">
73
73
< p class ="jsonSectionHeader "> Title</ p >
74
74
< input name ="addonTitle " type ="text " placeholder ="Crazy cool addon " maxlength ="128 ">
75
+ < p > < span style ="font-size: .7em; color: grey; "> (required)</ span > </ p >
75
76
</ div >
76
77
< div id ="jsonType ">
77
78
< p class ="jsonSectionHeader "> Type</ p >
@@ -87,6 +88,7 @@ <h3>Addon creation</h3>
87
88
< option value ="effects "> Effects</ option >
88
89
< option value ="model "> Model</ option >
89
90
</ select >
91
+ < p > < span style ="font-size: .7em; color: grey; "> (required)</ span > </ p >
90
92
</ div >
91
93
< div id ="jsonTags ">
92
94
< div class ="col ">
@@ -130,11 +132,19 @@ <h3>Addon creation</h3>
130
132
< input type ="checkbox " name ="cartoon " class ="typeCheckbox ">
131
133
< p > Cartoon</ p >
132
134
</ div >
135
+ < div class ="type ">
136
+ < p > < span style ="font-size: .7em; color: grey; "> (max 2)</ span > </ p >
137
+ </ div >
133
138
</ div >
134
139
</ div >
135
140
</ div >
141
+ < div id ="jsonIgnore ">
142
+ < p class ="jsonSectionHeader "> Ignore</ p >
143
+ < input name ="addonIgnore " type ="text " placeholder ="*.html, README.md, etc ">
144
+ < p > < span style ="font-size: .7em; color: grey; font-weight:500; "> (folder/file names seprated by a comma)</ span > </ p >
145
+ </ div >
136
146
< div class ="next_prompt ">
137
- < button id ="jsonAddonValidate " class ="transition_button " style =" background-color: #56bd56; color: white; " data-divtoshow ="#gmaPrep " data-divtohide ="#jsonCreator " data-resize ="500, 250 "> Next</ button >
147
+ < button id ="jsonAddonValidate " class ="transition_button " data-divtoshow ="#gmaPrep " data-divtohide ="#jsonCreator " data-resize ="500, 250 " disabled > Next</ button >
138
148
</ div >
139
149
</ div >
140
150
</ div >
0 commit comments