mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3182] Extensions - Add property to define the parent route of an extension route reference (#5684)
This commit is contained in:
@@ -19,7 +19,7 @@ export interface RouteRef {
|
|||||||
id: string;
|
id: string;
|
||||||
path: string;
|
path: string;
|
||||||
component: string;
|
component: string;
|
||||||
|
parentRoute?: string;
|
||||||
layout?: string;
|
layout?: string;
|
||||||
auth?: string[];
|
auth?: string[];
|
||||||
data?: { [key: string]: string };
|
data?: { [key: string]: string };
|
||||||
|
Reference in New Issue
Block a user