-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First attempt at second attempt to get Trusted Content configured. #57
base: main
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its almost correct 🙂 we just need to fire out the routing and links.
"module": "./RootApp", | ||
"routes": [ | ||
{ | ||
"pathname": "/inventory" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a full pathname to the location where the module should be mounted. I don't think /insights
is the place. What is the URL to the page where these modules should be available at?
{ | ||
"title": "Trusted Content", | ||
"appId": "trust", | ||
"href": "/trust" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again this URL does not seems correct. The link href should include the module route.
053c54c
to
43bb32a
Compare
Honestly, I have no idea what I'm doing here.