mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
MDL-79250 admin: Add title to external_content_banner template
This commit is contained in:
parent
206c3a66e7
commit
3492efae57
3 changed files with 8 additions and 3 deletions
|
@ -34,10 +34,11 @@
|
|||
{
|
||||
"iframeid": "external-content",
|
||||
"url": "http://example.com/link",
|
||||
"title": "External content"
|
||||
}
|
||||
}}
|
||||
<div class="alert alert-secondary alert-block fade in">
|
||||
<iframe id="{{iframeid}}" class="w-100 border-0"></iframe>
|
||||
<iframe id="{{iframeid}}" title="{{title}}" class="w-100 border-0"></iframe>
|
||||
</div>
|
||||
{{#js}}
|
||||
(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue