We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8816b16 commit 2116fe3Copy full SHA for 2116fe3
manifests/kcp/01-platform-mesh-system/contentconfiguration-user-overview.yaml
@@ -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