mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3358][ADF-3359][ADF-3360] Logo link and tooltip and hex colors (#3648)
* [ADF-3358] link on logo * [ADF-3358] test link on logo * [ADF-3360] tooltip on logo * [ADF-3360] update logo docs * [ADF-3359] allow hex color codes for the background color * [ADF-3358] better name for property
This commit is contained in:
committed by
Eugenio Romano
parent
70605c8982
commit
8d8ab1e682
@@ -26,6 +26,8 @@ import { Component, Input, Output, EventEmitter, ViewEncapsulation, OnInit } fro
|
||||
export class HeaderLayoutComponent implements OnInit {
|
||||
@Input() title: string;
|
||||
@Input() logo: string;
|
||||
@Input() redirectUrl: string | any[] = '/';
|
||||
@Input() tooltip: string;
|
||||
@Input() color: string;
|
||||
@Input() showSidenavToggle: boolean = true;
|
||||
@Output() clicked = new EventEmitter<any>();
|
||||
|
Reference in New Issue
Block a user