Replies: 1 comment
|
We dont support v1 anymore https://docs.mercurjs.com/rc/migration/overview. Here is our extending panels doc https://docs.mercurjs.com/rc/resources/customization/extending-panels |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, in previous versions of Mercur, the admin panel part of Medusa was customized in
/src/admindirectory. Now the admin panel is separated into a separate repo; this directory is empty. I made some customizations to the admin panel via Widgets Injection Zones and separate routes under/src/admin/routesin my current Mercur repository, and now I want to upgrade to Mercur 1.4.0+.Where should I create my custom admin routes & widgets? Should it be in
backend/src/admin/directory or should I customize admin panel, which is now in a separate repo?All reactions