mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Ability to check if loggedIn based on provider (#5598)
* Provide a way to check if loggedIn based on provider * Fix the comments * Add schema validation for provider
This commit is contained in:
@@ -25,6 +25,7 @@ export interface NavBarLinkRef extends ExtensionElement {
|
||||
icon: string;
|
||||
title: string;
|
||||
route: string;
|
||||
provider?: string;
|
||||
|
||||
url?: string; // evaluated at runtime based on route ref
|
||||
description?: string;
|
||||
|
@@ -178,6 +178,11 @@
|
||||
"description": "Unique identifier",
|
||||
"type": "string"
|
||||
},
|
||||
"provider": {
|
||||
"description": "Define on which system the user should be authenticate",
|
||||
"type": "string",
|
||||
"enum": ["BPM", "ECM", "ALL"]
|
||||
},
|
||||
"icon": {
|
||||
"description": "Element icon",
|
||||
"type": "string"
|
||||
|
Reference in New Issue
Block a user