diff --git a/mod/lti/templates/tool_proxy_card.mustache b/mod/lti/templates/tool_proxy_card.mustache index 45daf6e596655..ad52a6d13a66a 100644 --- a/mod/lti/templates/tool_proxy_card.mustache +++ b/mod/lti/templates/tool_proxy_card.mustache @@ -39,6 +39,23 @@ * description * instancecount + Example context (json): + { + "id": 1, + "name": "Test Tool", + "urls": { + "edit": "https://moodle.example.com/mod/lti/registersettings.php", + "icon": "https://moodle.example.com/theme/image.php/boost/lti/-1/icon" + }, + "state": { + "text": "Accepted", + "configured": false, + "pending": false, + "rejected": false, + "accepted": true, + "unknown": false + } + } }}
@@ -69,7 +86,7 @@ {{#pix}} t/delete, core, {{#str}} delete {{/str}}{{/pix}}
- {{name}} + {{name}}

{{name}}

{{> mod_lti/loader }}