We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cb5e7 commit d71e71aCopy full SHA for d71e71a
general/app/development/plugins-development-guide/api-reference.md
@@ -646,6 +646,9 @@ This directive is applied automatically to all the links and media inside of [co
646
647
```html ng2
648
<a href="<% cm.url %>" core-link>Open</a>
649
+<a href="https://demo.mysite.at/course/view.php?id=145" core-link [capture]="true">
650
+ Open Moodle course within the Moodle App
651
+</a>
652
```
653
654
### core-external-content
0 commit comments