Skip to content

Commit

Permalink
feat/develop-example-content
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Rogoda committed Feb 4, 2025
1 parent 1e49b22 commit 8288954
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions charts/example-content/templates/contentconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ spec:
{
"pathSegment": "secondExample",
"virtualTree": true,
"url": "https://example.com/",
"navigationContext": "showcase",
"url": "http://localhost:4400/#/showcase",
"loadingIndicator": {
"enabled": false
},
Expand Down Expand Up @@ -101,7 +102,7 @@ spec:
},
{
"entityType": "main.overview::compound",
"url": "http://localhost:4400/main.js#showcase",
"url": "http://localhost:4200/main.js#showcase",
"context": {
},
"layoutConfig": {
Expand All @@ -123,7 +124,7 @@ spec:
},
{
"entityType": "main.fourth::compound",
"url": "http://localhost:4400/main.js#account-overview",
"url": "http://localhost:4200/main.js#account-overview",
"context": {
"title": "Showcase"
},
Expand Down
7 changes: 4 additions & 3 deletions charts/example-content/templates/tmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ spec:
{
"pathSegment": "secondExample",
"virtualTree": true,
"url": "https://example.com/",
"navigationContext": "showcase",
"url": "http://localhost:4400/#/showcase",
"loadingIndicator": {
"enabled": false
},
Expand Down Expand Up @@ -100,7 +101,7 @@ spec:
},
{
"entityType": "main.overview::compound",
"url": "http://localhost:4400/main.js#showcase",
"url": "http://localhost:4200/main.js#showcase",
"context": {
},
"layoutConfig": {
Expand All @@ -122,7 +123,7 @@ spec:
},
{
"entityType": "main.fourth::compound",
"url": "http://localhost:4400/main.js#account-overview",
"url": "http://localhost:4200/main.js#account-overview",
"context": {
"title": "Showcase"
},
Expand Down

0 comments on commit 8288954

Please sign in to comment.