feat: support and feedback modal with third party support (#13056)

This commit is contained in:
Zack Pollard
2024-10-01 11:15:31 +01:00
committed by GitHub
parent ecb5cb00eb
commit 3eccff4306
10 changed files with 274 additions and 8 deletions

View File

@@ -10780,6 +10780,18 @@
"sourceUrl": {
"type": "string"
},
"thirdPartyBugFeatureUrl": {
"type": "string"
},
"thirdPartyDocumentationUrl": {
"type": "string"
},
"thirdPartySourceUrl": {
"type": "string"
},
"thirdPartySupportUrl": {
"type": "string"
},
"version": {
"type": "string"
},