You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
so... I have a component that has its context defined in its config file. When viewing the component it shows as expected.
i've now created a collection page and used the "render" tag to show this component, working as expected.
I've now used "with" on the render tag to override some of the context on this collection page, and this works as expected, now my issue is that when i go back a view the component page it is now showing the context from the collection page, not what is defined in the component config context.
The text was updated successfully, but these errors were encountered:
so... I have a component that has its context defined in its config file. When viewing the component it shows as expected.
i've now created a collection page and used the "render" tag to show this component, working as expected.
I've now used "with" on the render tag to override some of the context on this collection page, and this works as expected, now my issue is that when i go back a view the component page it is now showing the context from the collection page, not what is defined in the component config context.
The text was updated successfully, but these errors were encountered: