File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7364,7 +7364,7 @@ const docTemplate = `{
73647364 "placeholder": {
73657365 "type": "string"
73667366 },
7367- "sub_title ": {
7367+ "subtitle ": {
73687368 "type": "string"
73697369 },
73707370 "subtitle_color": {
Original file line number Diff line number Diff line change 73577357 "placeholder" : {
73587358 "type" : " string"
73597359 },
7360- "sub_title " : {
7360+ "subtitle " : {
73617361 "type" : " string"
73627362 },
73637363 "subtitle_color" : {
Original file line number Diff line number Diff line change @@ -1893,7 +1893,7 @@ definitions:
18931893 type : array
18941894 placeholder :
18951895 type : string
1896- sub_title :
1896+ subtitle :
18971897 type : string
18981898 subtitle_color :
18991899 type : string
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ type WebAppLandingSettings struct {
157157 Title string `json:"title"`
158158 TitleColor string `json:"title_color"`
159159 TitleFontSize int `json:"title_font_size"`
160- Subtitle string `json:"sub_title "`
160+ Subtitle string `json:"subtitle "`
161161 Placeholder string `json:"placeholder"`
162162 SubtitleColor string `json:"subtitle_color"`
163163 SubtitleFontSize int `json:"subtitle_font_size"`
You can’t perform that action at this time.
0 commit comments