Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
editor_constants.py File Reference

Go to the source code of this file.

Namespaces

namespace  backend
 
namespace  backend.src
 
namespace  backend.src.libs
 
namespace  backend.src.libs.docs
 
namespace  backend.src.libs.docs.editor
 
namespace  backend.src.libs.docs.editor.editor_constants
 

Variables

str backend.src.libs.docs.editor.editor_constants.EDITOR_URL = "/editor"
 
str backend.src.libs.docs.editor.editor_constants.EDITOR_CDN_VERSION = "5.10.5"
 
str backend.src.libs.docs.editor.editor_constants.EDITOR_CDN_BASE = f"https://cdn.jsdelivr.net/npm/swagger-ui-dist@{EDITOR_CDN_VERSION}"
 
str backend.src.libs.docs.editor.editor_constants.EDITOR_CDN_CSS = f"{EDITOR_CDN_BASE}/swagger-ui.css"
 
str backend.src.libs.docs.editor.editor_constants.EDITOR_CDN_JS = f"{EDITOR_CDN_BASE}/swagger-ui-bundle.js"
 
str backend.src.libs.docs.editor.editor_constants.EDITOR_CDN_PRESET = f"{EDITOR_CDN_BASE}/swagger-ui-standalone-preset.js"
 
dict backend.src.libs.docs.editor.editor_constants.EDITOR_OPTIONS