MOBILE-3814 siteplugins: Add collapsible header to site module plugins
parent
8736014b35
commit
5c2eb8fc0a
|
@ -5,6 +5,10 @@
|
|||
</ion-button>
|
||||
</core-navbar-buttons>
|
||||
|
||||
<!-- Activity info. -->
|
||||
<core-course-module-info [module]="module" [courseId]="courseId" [component]="component" [componentId]="module.id">
|
||||
</core-course-module-info>
|
||||
|
||||
<core-site-plugins-plugin-content *ngIf="component && method" [component]="component" [method]="method" [args]="args"
|
||||
[initResult]="initResult" [data]="jsData" [pageTitle]="pageTitle" [preSets]="preSets" (onContentLoaded)="contentLoaded($event)"
|
||||
(onLoadingContent)="contentLoading()">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<ion-header>
|
||||
<ion-header collapsible>
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
<ion-back-button [text]="'core.back' | translate"></ion-back-button>
|
||||
|
|
Loading…
Reference in New Issue