From 2487233676e85fa908f585e08223cb789ff3ee48 Mon Sep 17 00:00:00 2001 From: Claus Steuer Date: Fri, 19 Jan 2024 21:57:01 +0100 Subject: [PATCH 1/2] Rename Admin Extension SDK to Meteor Admin SDK --- .wordlist.txt | 2 +- .../general-concepts/request-headers.md | 2 +- .../apps/starter/starter-admin-extension.md | 8 +++--- .../cms/add-cms-element-via-admin-sdk.md | 28 +++++++++---------- .../documentation-guidelines/01-general.md | 2 +- ...021-12-07-admin-extension-api-standards.md | 2 +- ...-data-handling-classes-to-extension-sdk.md | 2 +- ...06-27-providing-the-admin-extension-sdk.md | 6 +++- 8 files changed, 28 insertions(+), 24 deletions(-) diff --git a/.wordlist.txt b/.wordlist.txt index 4fa5c77f6..e8edfcd0e 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -27,7 +27,7 @@ AddressBookWidget AddressDetailPage AddressListingPage Adminer -AdminExtensionSDK +MeteorAdminSDK AdministrationNewField AdministrationNewModule AdminQueueWorker diff --git a/guides/integrations-api/general-concepts/request-headers.md b/guides/integrations-api/general-concepts/request-headers.md index b4f94776e..c1125b783 100644 --- a/guides/integrations-api/general-concepts/request-headers.md +++ b/guides/integrations-api/general-concepts/request-headers.md @@ -77,4 +77,4 @@ POST /api/search/product ## sw-app-integration-id -The `sw-app-integration-id` enables seamless connection and data exchange between different software components. This header is required for correct permission checks performed by the backend when fetching or manipulating data. It overrides the default behavior and uses the privileges provided by the app. This is used in the Admin Extension SDK for the [Repository Data Handling](https://shopware.github.io/admin-extension-sdk/docs/guide/api-reference/data/repository). But the developer itself doesn’t need to care about it because it is handled automatically by the admin. +The `sw-app-integration-id` enables seamless connection and data exchange between different software components. This header is required for correct permission checks performed by the backend when fetching or manipulating data. It overrides the default behavior and uses the privileges provided by the app. This is used in the Meteor Admin SDK for the [Repository Data Handling](https://shopware.github.io/meteor-admin-sdk/docs/guide/api-reference/data/repository). But the developer itself doesn’t need to care about it because it is handled automatically by the admin. diff --git a/guides/plugins/apps/starter/starter-admin-extension.md b/guides/plugins/apps/starter/starter-admin-extension.md index 958e7e863..0e350811f 100644 --- a/guides/plugins/apps/starter/starter-admin-extension.md +++ b/guides/plugins/apps/starter/starter-admin-extension.md @@ -82,7 +82,7 @@ SimpleNotification/ - +