Skip to content

Commit 5308dea

Browse files
committed
adding a dynamic plugin config
Signed-off-by: Matt Knop <[email protected]>
1 parent 3bd2056 commit 5308dea

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: workspaces/acs/plugins/acs/app-config.dynamic.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
dynamicPlugins:
2+
frontend:
3+
backstage-community.plugin-acs:
4+
entityTabs:
5+
- path: /acs
6+
title: RHACS
7+
mountPoint: entity.page.acs
8+
mountPoints:
9+
- mountPoint: entity.page.acs/cards
10+
importName: EntityACSContent
11+
config:
12+
layout:
13+
gridColumnEnd:
14+
lg: 'span 12'
15+
md: 'span 12'
16+
xs: 'span 12'

0 commit comments

Comments
 (0)