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