admin-extension-sdk icon indicating copy to clipboard operation
admin-extension-sdk copied to clipboard

The Admin Extension SDK can be used by Shopware 6 apps and plugins. This library allows them to extend the administration with custom functionality.

Results 7 admin-extension-sdk issues
Sort by recently updated
recently updated
newest added

Right now it is only possible to call the app backend via action buttons. Is it possible to call the app backend in a secure way as it is for...

We have problem related to privileges, which came up with the latest update. We are using the latest Admin SDK version: We had the following code: ``` sw.data.get( { id:...

`sw-tabs` is not emitting anything out currently, so we don't know which is the active item. Could you help to add it?

I don't see how I can link to another location from the documentation, only how to update the URL. My usecase is building a new CRUD interface for a custom...

This PR fixes building the administration with vite. Vite complains about every import that doesn't have a corresponding export in the `exports` field, if such a configuration exists. ![Vite error...

This PR is a SDK part of passing `contentPadding` prop into component section component. I have provided a [PR](https://github.com/shopware/platform/pull/3021) for implementing the new prop in Shopware Core.