diff options
| author | m-edlund <me@fwegmann.com> | 2024-04-15 23:40:34 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 21:40:34 +0000 | 
| commit | 82bb9deafaf57b11edb7a72bb1a63563f4ae1963 (patch) | |
| tree | 5e691096ad4d658961f42590a628f5faae4f8a7c /ext/js | |
| parent | afd6e172669cdd148f53c1776ec449f4b1926ace (diff) | |
fix: add missing handlebar entry (#823)
* fix: add missing handlebar entry
* fix: add new handlebar to tests
Diffstat (limited to 'ext/js')
| -rw-r--r-- | ext/js/data/anki-template-util.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ext/js/data/anki-template-util.js b/ext/js/data/anki-template-util.js index 446c0c71..380d87f9 100644 --- a/ext/js/data/anki-template-util.js +++ b/ext/js/data/anki-template-util.js @@ -49,6 +49,7 @@ export function getStandardFieldMarkers(type) {                  'part-of-speech',                  'pitch-accents',                  'pitch-accent-graphs', +                'pitch-accent-graphs-jj',                  'pitch-accent-positions',                  'pitch-accent-categories',                  'phonetic-transcriptions', |