mvp and poc it works with our volume of runbooks inc search

This commit is contained in:
Bel LaPointe
2022-02-09 17:03:26 -07:00
parent 7ee04bbe8e
commit f05cff70b9
2 changed files with 24 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
<style>
#tree {
max-width: 15em;
width: 15em;
min-width: 15em;
overflow-x: scroll;
}
#tree > details summary {
@@ -281,6 +283,7 @@
link: ["[](", ")"],
},
lineNumbers: true,
lineWrapping: true,
uploadImage: true,
imageUploadEndpoint: "/api/v0/media", // POST wants {data: {filePath: "/..."}}
imagePathAbsolute: false,