mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
video merge
This commit is contained in:
@@ -29,6 +29,18 @@ export class ViewPublicationsPage implements OnInit {
|
||||
error: any;
|
||||
oldpublicationIds = []
|
||||
|
||||
swiperConfig = {
|
||||
spaceBetween: 10,
|
||||
navigation: true,
|
||||
}
|
||||
|
||||
swiperThumbsConfig = {
|
||||
spaceBetween: 10,
|
||||
slidesPerView: 4,
|
||||
freeMode: true,
|
||||
watchSlidesProgress: true,
|
||||
}
|
||||
|
||||
@Input() folderId: any;
|
||||
@Output() addNewPublication = new EventEmitter<any>();
|
||||
@Output() editPublication = new EventEmitter<any>();
|
||||
|
||||
Reference in New Issue
Block a user