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
For admin components registered synchronously, it is possible to extend components methods using context menu.
But for components registered async, context menu does not provide override suggestion.
It would be nice to have this feature if possible.
eg:
Context menu does not show extend/override on sw-customer-list Shopware.Component.register('sw-customer-list', () => import('./page/sw-customer-list'));
In old version of Shopware : We can get context menu to override the component
For admin components registered synchronously, it is possible to extend components methods using context menu.
But for components registered async, context menu does not provide override suggestion.
It would be nice to have this feature if possible.
eg:
Context menu does not show extend/override on sw-customer-list
Shopware.Component.register('sw-customer-list', () => import('./page/sw-customer-list'));
In old version of Shopware : We can get context menu to override the component
The text was updated successfully, but these errors were encountered: