From ce2f7ca151a6adfa662e80153c6f758488d5516c Mon Sep 17 00:00:00 2001 From: mariam21arauj Date: Tue, 10 Dec 2024 00:40:39 -0800 Subject: [PATCH 1/2] addsinformation on migrating from application to extension --- src/pages/admin-ui-sdk/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/admin-ui-sdk/index.md b/src/pages/admin-ui-sdk/index.md index 48bd36ab..db60ee72 100644 --- a/src/pages/admin-ui-sdk/index.md +++ b/src/pages/admin-ui-sdk/index.md @@ -33,3 +33,11 @@ The following sequence diagram illustrates the authentication process. ## Code samples The [Adobe Commerce Samples repository](https://github.com/adobe/adobe-commerce-samples/tree/main/admin-ui-sdk) contains samples for different extension points of the Adobe Commerce Admin UI SDK. Use these samples to gain insight on how the Admin SDK injects menus and pages into the Admin. + +## Admin UI SDK and Adobe Extensions + +[Extensions] (https://developer.adobe.com/app-builder/docs/guides/extensions/) are a new feature in Adobe App Builder that allows developers to integrate their applications with specific Adobe products in a more seamless and unified manner. + +In essence, extensions act as a bridge between Adobe products and the applications built using Adobe App Builder, ensuring that these applications can be easily integrated and extended within Adobe's ecosystem. + +If you're [migrating] (https://developer.adobe.com/app-builder/docs/guides/extensions/extension_migration_guide/) an existing App Builder project that uses an `application` configuration in the `app.config.yaml` file to use an `extension` configuration, rest assured that this change will not cause any compatibility issues with your application and the Admin UI SDK. This switch is fully supported and will not affect your current application’s behavior. \ No newline at end of file From da9ffedb3aa53d3681b5a2a35d8771ff38a6f540 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Tue, 10 Dec 2024 14:20:50 -0600 Subject: [PATCH 2/2] Editorial updates --- src/pages/admin-ui-sdk/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/admin-ui-sdk/index.md b/src/pages/admin-ui-sdk/index.md index db60ee72..fab64388 100644 --- a/src/pages/admin-ui-sdk/index.md +++ b/src/pages/admin-ui-sdk/index.md @@ -36,8 +36,6 @@ The [Adobe Commerce Samples repository](https://github.com/adobe/adobe-commerce- ## Admin UI SDK and Adobe Extensions -[Extensions] (https://developer.adobe.com/app-builder/docs/guides/extensions/) are a new feature in Adobe App Builder that allows developers to integrate their applications with specific Adobe products in a more seamless and unified manner. +Adobe App Builder supports [extensions](https://developer.adobe.com/app-builder/docs/guides/extensions/), which allow developers to integrate their applications with specific Adobe products, such as the Admin UI SDK. Extensions act as a bridge between Adobe products and the applications built using Adobe App Builder. As a result, these applications can be easily integrated and extended within Adobe's ecosystem. -In essence, extensions act as a bridge between Adobe products and the applications built using Adobe App Builder, ensuring that these applications can be easily integrated and extended within Adobe's ecosystem. - -If you're [migrating] (https://developer.adobe.com/app-builder/docs/guides/extensions/extension_migration_guide/) an existing App Builder project that uses an `application` configuration in the `app.config.yaml` file to use an `extension` configuration, rest assured that this change will not cause any compatibility issues with your application and the Admin UI SDK. This switch is fully supported and will not affect your current application’s behavior. \ No newline at end of file +App Builder projects support `application` and `extension` configurations within the `app.config.yaml` file. The Admin UI SDK supports both of these types as well. The SDK is not affected if you [migrate](https://developer.adobe.com/app-builder/docs/guides/extensions/extension_migration_guide/) an existing App Builder project that uses an `application` configuration to use an `extension` configuration.