Add some parameters to field-templates textarea

This commit is contained in:
toasted-nutbread 2019-09-05 20:57:10 -04:00
parent dbfbf9d12d
commit bc7759d94c

View File

@ -442,7 +442,7 @@
their Anki cards. If you encounter problems with your changes you can always <a href="#" id="field-templates-reset">reset to default</a>
template settings.
</p>
<textarea class="form-control" rows="10" id="field-templates"></textarea>
<textarea autocomplete="off" spellcheck="false" wrap="soft" class="form-control" rows="10" id="field-templates"></textarea>
</div>
</div>
</div>