You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/admin-ui-sdk/configuration.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ You can download a sample app from the [Commerce UI test extension repository](h
109
109
node server.js
110
110
```
111
111
112
-
1.Make sure you have access to the localhost server configuration by entering the following URLin your browser:
112
+
1. Make sure you have access to the localhost server configuration by entering the following URLin your browser:
113
113
114
114
`https://localhost:9090/config`
115
115
@@ -128,14 +128,16 @@ You can download a sample app from the [Commerce UI test extension repository](h
128
128
"service":"commerce",
129
129
"extensionPoint":"backend-ui"
130
130
}
131
-
```
131
+
```
132
132
133
-
1.Run your extension locally.
133
+
1. Run your extension locally.
134
134
135
-
```bash
136
-
aio app run
137
-
```
135
+
```bash
136
+
aio app run
137
+
```
138
+
139
+
1. Check that the **First App on App Builder** option has been added to the **Marketing** menu in the Admin and that selecting the option takes you to the **Fetched orders from Adobe Commerce** page.
138
140
139
-
1. Check that the menu is correctly added to the Admin.
141
+

140
142
141
-

143
+

0 commit comments