Add a hidden setting for disabling the page dropzone

This commit is contained in:
Jeremy Ruston
2020-03-15 14:46:33 +00:00
parent a6f6db40d9
commit bc687e5783
4 changed files with 28 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
caption: dropzone
created: 20131024141900000
modified: 20170712153850528
modified: 20200315144454996
tags: Widgets
title: DropzoneWidget
type: text/vnd.tiddlywiki
@@ -15,6 +15,7 @@ It sends a [[WidgetMessage: tm-import-tiddlers]] carrying a JSON representation
|!Attribute |!Description |
|deserializer |<<.from-version "5.1.15">> Optional name of deserializer to be used (by default the deserializer is derived from the file extension) |
|enable |<<.from-version "5.1.22">> Optional value "no" to disable the dropzone functionality (defaults to "yes") |
The list of available deserializers can be inspected by executing `Object.keys($tw.Wiki.tiddlerDeserializerModules).sort().join("\n")` in the browser JavaScript console.