<!-- We can only offer support for Swagger-Editor itself. If you're having a problem with a library that uses Swagger-Editor (for example, Springfox or swagger-node), please open an issue in that project's repository instead. --> ### Q&A (please complete the following information) - OS: [e.g. macOS] - Browser: [e.g. chrome, safari] - Version: [e.g. 22] - Method of installation: [e.g. npm, dist assets] - Swagger-Editor version: [e.g. 3.10.0] - Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0] Swagger-Editor configuration options: ```js const editor = SwaggerEditorBundle({ dom_id: '#swagger-editor', layout: 'StandaloneLayout', presets: [ SwaggerEditorStandalonePreset ] }) window.editor = editor; ``` ### How can we help? Is there any operation docs about SwaggerEditorBundle ?