63669: Edit Communtiy/Collection Tabs

This commit is contained in:
Kristof De Langhe
2019-07-10 16:43:20 +02:00
parent cdb2c30bd4
commit 3d9af688e7
33 changed files with 436 additions and 75 deletions

View File

@@ -0,0 +1,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'ds-collection-source',
templateUrl: './collection-source.component.html',
})
export class CollectionSourceComponent {
/* TODO: Implement Collection Edit - Content Source */
}