Skip to content

[FEATURE] Allow overriding/extending async admin components #218

@rohithmeethal

Description

@rohithmeethal

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'));

context-not-available

In old version of Shopware : We can get context menu to override the component

Component.register('sw-customer-list', {
    template,
    ....
    }

context-available

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions