Skip to content

Commit 2116fe3

Browse files
committed
feat: add configuration for user profile
1 parent 8816b16 commit 2116fe3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
apiVersion: ui.platform-mesh.io/v1alpha1
2+
kind: ContentConfiguration
3+
metadata:
4+
generation: 1
5+
labels:
6+
ui.platform-mesh.io/entity: users
7+
name: user-overview
8+
spec:
9+
inlineConfiguration:
10+
content: |-
11+
{
12+
"name": "iam-wc-user-overview",
13+
"luigiConfigFragment": {
14+
"data": {
15+
"nodes": [
16+
{
17+
"entityType": "user.overview::compound",
18+
"pathSegment": "user-overview-header",
19+
"urlSuffix": "/main.js#user-overview",
20+
"layoutConfig": {
21+
"slot": "header"
22+
},
23+
"webcomponent": {
24+
"selfRegistered": true,
25+
"type": "module"
26+
}
27+
}
28+
]
29+
}
30+
}
31+
}
32+
contentType: json

0 commit comments

Comments
 (0)