summaryrefslogtreecommitdiff
path: root/ext/data/templates/anki-field-templates-upgrade-v4.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'ext/data/templates/anki-field-templates-upgrade-v4.handlebars')
-rw-r--r--ext/data/templates/anki-field-templates-upgrade-v4.handlebars9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/data/templates/anki-field-templates-upgrade-v4.handlebars b/ext/data/templates/anki-field-templates-upgrade-v4.handlebars
new file mode 100644
index 00000000..dc88395a
--- /dev/null
+++ b/ext/data/templates/anki-field-templates-upgrade-v4.handlebars
@@ -0,0 +1,9 @@
+{{#*inline "clipboard-image"}}
+ {{~#if definition.clipboardImageFileName~}}
+ <img src="{{definition.clipboardImageFileName}}" />
+ {{~/if~}}
+{{/inline}}
+
+{{#*inline "clipboard-text"}}
+ {{~#if definition.clipboardText~}}{{definition.clipboardText}}{{~/if~}}
+{{/inline}}