Skip to content

Commit

Permalink
Update app-registration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keharper authored Dec 16, 2024
1 parent ccc08c5 commit b8716e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/admin-ui-sdk/app-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ This file now declares extensions and redirects to an `ext.config.yaml` file.

## Add or update the `ext.config.yaml`

Add or update the `ext.config.yaml` under `src/commerce-backend-ui-1`. This directory will contain the `actions` and `web-src` code.
Add or update the `src/commerce-backend-ui-1/ext.config.yaml` file. The `commerce-backend-ui-1` directory contains the `actions` and `web-src` code.

Your extension configuration file should look like this:

Expand All @@ -168,8 +168,8 @@ runtimeManifest:
final: true
```

The package should be called `admin-ui-sdk` and the action called `registration`. The function can point to any route that returns the registration in the correct expected format.
The package name must be `admin-ui-sdk`, and the action must be `registration`. The `function` can point to any route that returns the registration in the correct expected format.

It is recommended to secure the registration runtime action by setting `require-adobe-auth` to `true`. The Adobe Commerce instance will correctly load registrations securely based on the IMS credentials provided.
We recommend securing the registration runtime action by setting `require-adobe-auth` to `true`. The Adobe Commerce instance will correctly load registrations securely based on the provided IMS credentials.

Complete this file with the actions from your app.

0 comments on commit b8716e9

Please sign in to comment.