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
We need some help overriding frontend components on our site factory and we've been encountering some challenges.
We need to override widgets/SyllabusCourseRunsList/components/SyllabusCourseRun on our end, but the system is not processing the correct path. Can you point us toward the correct configuration, if it's possible to do (which I assume it is, by the documentation).
Can you gives us some additional insights? @jbpenrath
The text was updated successfully, but these errors were encountered:
Hi Sandro!
You have to use the relative path to the correct component.
To find the proper path, you have to imagine you start from the folder of the module you are overriding within richie-education package and you want to go to the new module you created to override it.
e.g: you are in the frontend folder of a site factory and you want to override the web-analytics index module, you put the replacement module within js/web-analytics/custom.ts
Hello all!
We need some help overriding frontend components on our site factory and we've been encountering some challenges.
We need to override
widgets/SyllabusCourseRunsList/components/SyllabusCourseRun
on our end, but the system is not processing the correct path. Can you point us toward the correct configuration, if it's possible to do (which I assume it is, by the documentation).Can you gives us some additional insights? @jbpenrath
The text was updated successfully, but these errors were encountered: