Skip to content

Commit

Permalink
Remove weatherapiurl from schema and FEFrontConfigType
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Jan 8, 2025
1 parent 691a87c commit 8cff298
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions dotcom-rendering/src/model/front-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@
"discussionD2Uid": {
"type": "string"
},
"weatherapiurl": {
"type": "string"
},
"googleSearchUrl": {
"type": "string"
},
Expand Down Expand Up @@ -346,7 +343,6 @@
"supportUrl",
"switches",
"userAttributesApiUrl",
"weatherapiurl",
"webTitle"
]
},
Expand Down
4 changes: 0 additions & 4 deletions dotcom-rendering/src/model/tag-page-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1131,9 +1131,6 @@
"discussionD2Uid": {
"type": "string"
},
"weatherapiurl": {
"type": "string"
},
"googleSearchUrl": {
"type": "string"
},
Expand Down Expand Up @@ -1236,7 +1233,6 @@
"supportUrl",
"switches",
"userAttributesApiUrl",
"weatherapiurl",
"webTitle"
]
},
Expand Down
1 change: 0 additions & 1 deletion dotcom-rendering/src/types/front.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ export type FEFrontConfigType = {
stripePublicToken: string;
googleRecaptchaSiteKey: string;
discussionD2Uid: string;
weatherapiurl: string;
googleSearchUrl: string;
optimizeEpicUrl: string;
stage: StageType;
Expand Down

0 comments on commit 8cff298

Please sign in to comment.