Replies: 4 comments 4 replies
-
You could also edit the sidebar in the @medusajs/admin-ui package within your node_modules folder, and then use the "patch-package" package to make sure the changes stick when the admin-ui package is updated or reinstalled. |
Beta Was this translation helpful? Give feedback.
-
@pevey can you specify which file to change, I need to hide the product option. |
Beta Was this translation helpful? Give feedback.
-
Hello guys! Is there maybe some "native" solution for this, or is it expected to use patches? |
Beta Was this translation helpful? Give feedback.
-
TBH, this looks like bad idea to do... It's like pulling/downloading functionality that you do not need and then explicitly remove it with some patch, not good... I think better is to duplicate admin UI repo and manage it separately, e.g. remove things you do not need, as it can help a lot. What do you think guys? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to remove menu items in the admin side nav?
Or would I have to fork the admin UI package to do this?
Beta Was this translation helpful? Give feedback.
All reactions