Skip to content

Commit ed5a187

Browse files
committed
feat(quickstart): add support to role based quickstart
Signed-off-by: Yi Cai <[email protected]>
1 parent 22bb77c commit ed5a187

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-quickstart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "red-hat-developer-hub-backstage-plugin-quickstart",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@mui/material": "5.18.0",
32-
"@red-hat-developer-hub/backstage-plugin-quickstart": "1.1.1"
32+
"@red-hat-developer-hub/backstage-plugin-quickstart": "1.2.0"
3333
},
3434
"devDependencies": {
3535
"@backstage/cli": "0.30.0",

packages/app/config.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ export interface Config {
9595
* @visibility frontend
9696
*/
9797
title: string;
98+
/**
99+
* The roles associated with the quickstart.
100+
* @visibility frontend
101+
*/
102+
roles?: Array<string>;
98103
/**
99104
* Optional icon for quickstart.
100105
* @visibility frontend

0 commit comments

Comments
 (0)