Merge pull request #53 from txgio/add-css-field
Including the css field on the guiCurrentCard endpoint.
This commit is contained in:
commit
edf66fbcca
@ -785,7 +785,8 @@ class AnkiBridge:
|
|||||||
'answer': card._getQA()['a'],
|
'answer': card._getQA()['a'],
|
||||||
'buttons': [b[0] for b in reviewer._answerButtonList()],
|
'buttons': [b[0] for b in reviewer._answerButtonList()],
|
||||||
'modelName': model['name'],
|
'modelName': model['name'],
|
||||||
'deckName': self.deckNameFromId(card.did)
|
'deckName': self.deckNameFromId(card.did),
|
||||||
|
'css': model['css']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user