We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d15631f + 3e1a536 commit d9c9ef6Copy full SHA for d9c9ef6
wiki/public/js/editor.js
@@ -201,6 +201,8 @@ function insertMarkdown(type) {
201
docname: this.docname,
202
frm: this.frm,
203
folder: "Home/Attachments",
204
+ disable_file_browser: true,
205
+ allow_toggle_private: false,
206
allow_multiple: false,
207
restrictions: {
208
allowed_file_types: ["image/*"],
wiki/public/scss/wiki.scss
@@ -1245,6 +1245,10 @@ p {
1245
border-top: unset;
1246
justify-content: end;
1247
1248
+ .btn:first-child {
1249
+ display: none;
1250
+ }
1251
+
1252
.btn {
1253
width: 100%;
1254
}
0 commit comments