vholik / medusa-custom-attributes

Plugin that extends MedusaJs with custom attributes API
88 stars 20 forks source link

Page and Widget not showing in Admin Panel using Mercur JS #33

Closed NicolasGorga closed 2 months ago

NicolasGorga commented 3 months ago

Hello,

I am using Mercur JS and i am not using it's lates version, since i want to have full control over the UIs and the latest update removes the ability to do this, since it ports the UIs as plugins. After installing the plugin and running the migrations succesfully i am not seeing the tab in my Admin Panel, nor the widget inside the product page.

Is this because:

Also, if this works with Mercur, how would i add the Widget to Vendor Panel (only widget sice i would like only Admins to define the attributes) but of course, Vendors to use the defined attributes for the products.

Thanks!

NicolasGorga commented 2 months ago

@vholik can you help me out with this please? Should i manually copy everything under 'src/admin' of your project into mine? Is there any programatic way to do this, so that i automatically pick up UI changes from this package when new versions come out and i update it in my project dependencies?

NicolasGorga commented 2 months ago

I started a new Mercur project which uses the latest approach to encapsulate UIs as plugins...