#534 improved login background customisation

- now login background can be defined via property
- readme updates
This commit is contained in:
Denys Vuika
2016-08-23 16:31:37 +01:00
parent b270e60025
commit fc058095f1
5 changed files with 42 additions and 8 deletions

View File

@@ -44,6 +44,9 @@ export class AlfrescoLoginComponent {
@Input()
logoImageUrl: string;
@Input()
backgroundImageUrl: string;
@Input()
providers: string [] ;