feat: remove node_native option from request snippets plugin (#7181)
* snippet generator support intended for different shell options only * will not maintain snippet generator for various languages
This commit is contained in:
@@ -68,10 +68,6 @@ export default function SwaggerUI(opts) {
|
||||
title: "cURL (CMD)",
|
||||
syntax: "bash"
|
||||
},
|
||||
"node_native": {
|
||||
title: "Node.js (Native)",
|
||||
syntax: "javascript"
|
||||
},
|
||||
},
|
||||
defaultExpanded: true,
|
||||
languagesMask: null, // e.g. only show curl bash = ["curl_bash"]
|
||||
|
||||
Reference in New Issue
Block a user