Skip to content

Commit c78b89e

Browse files
authored
fix: adjusting cdm definition (#96)
1 parent 2a8dbce commit c78b89e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/projects/ui/src/assets/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "configuration-examples-overview",
2+
"name": "examples-overview",
33
"creationTimestamp": "",
44
"luigiConfigFragment": {
55
"data": {
66
"nodes": [
77
{
88
"entityType": "global",
99
"pathSegment": "home",
10-
"hideFromNav": true,
10+
"order": 1,
1111
"defineEntity": {
1212
"id": "main"
1313
},
1414
"children": [
1515
{
1616
"pathSegment": "overview",
17-
"label": "Configuration examples overview",
17+
"label": "Examples overview",
1818
"icon": "home",
1919
"defineEntity": {
2020
"id": "overview"

0 commit comments

Comments
 (0)