Skip to content

Commit b8716e9

Browse files
authored
Update app-registration.md
1 parent ccc08c5 commit b8716e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/admin-ui-sdk/app-registration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ This file now declares extensions and redirects to an `ext.config.yaml` file.
141141

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

144-
Add or update the `ext.config.yaml` under `src/commerce-backend-ui-1`. This directory will contain the `actions` and `web-src` code.
144+
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.
145145

146146
Your extension configuration file should look like this:
147147

@@ -168,8 +168,8 @@ runtimeManifest:
168168
final: true
169169
```
170170

171-
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.
171+
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.
172172

173-
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.
173+
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.
174174

175175
Complete this file with the actions from your app.

0 commit comments

Comments
 (0)