Skip to content

Commit a12db65

Browse files
authored
Update configuration.md
1 parent b8716e9 commit a12db65

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

src/pages/admin-ui-sdk/configuration.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ Navigate to **Stores** > Settings > **Configuration** > **Adobe Services** > **A
1414

1515
## General configuration
1616

17-
The general configuration section allows to enable the Admin UI SDK and refresh registrations when changes are made.
17+
The **General configuration** section enables the Admin UI SDK and refreshes registrations when changes are made.
1818

1919
![Admin UI SDK general configuration](../_images/admin-ui-sdk-general-config.png)
2020

21-
The Admin UI SDK is disabled by default. To enable it, set the `Enable Admin UI SDK` field to `Yes`. To disable it, change this field to `No`.
21+
The Admin UI SDK is disabled by default. To enable it, set the **Enable Admin UI SDK** field to **Yes**.
2222

2323
The `Refresh registrations` button reloads all registrations from the registries. It is typically used when changes are made to the registration on the app builder application side or when a new app is added and published, to reflect these changes in the Admin Panel.
2424

2525
## Database logging configuration
2626

27-
The database logging configuration enables saving logs generated by the Admin UI SDK in the database with a specified retention period. These logs can be accessed directly in the Admin Panel by navigating to **System** > Admin UI SDK > **Admin UI SDK Logs** screen.
27+
The **Database logging configuration** section allows you to save Admin UI SDK log entries for the specified retention period.
2828

2929
![Admin UI SDK database logging configuration](../_images/admin-ui-sdk-db-log-config.png)
3030

31-
To save logs, set the `Enable Logs` field to `Yes`. By default, this field is set to `No`.
31+
To save logs, set the **Enable Logs** field to **Yes**. By default, this field is set to **No**.
3232

33-
Set the minimum log level to save. Any logs at this level or higher will be stored. By default, the minimum level is set to `Warning`.
33+
Set the minimum log level to save. Any logs at this level or higher will be stored. By default, the minimum level is set to **Warning**.
3434

3535
Set the retention period for logs to be cleaned from the database. This field specifies the number of days. By default, the retention period is set to 1 day.
3636

@@ -42,15 +42,9 @@ The staging testing option provides a sandbox environment to test your applicati
4242

4343
1. Select **Yes** from the **Enable testing** menu.
4444

45-
1. Set the **Testing mode** to `Staging`.
45+
1. Set the **Testing mode** to **Staging**.
4646

47-
1. Select all app status to load in the Admin Panel.
48-
49-
### Prerequisites
50-
51-
* Adobe Commerce on cloud infrastructure or on premises: 2.4.5+
52-
* PHP 8.1+
53-
* [Adobe Identity Management Service (IMS) for Adobe Commerce](https://experienceleague.adobe.com/docs/commerce-admin/start/admin/ims/adobe-ims-integration-overview.html)
47+
1. Select all app statuses to load.
5448

5549
## Local testing
5650

@@ -72,10 +66,6 @@ When you enable the local service, all calls are automatically redirected to the
7266

7367
1. Save your configuration.
7468

75-
### Prerequisites
76-
77-
- An Adobe Commerce instance installed on the local machine.
78-
7969
### Configuration
8070

8171
You can download a sample app from the [Adobe Commerce Samples repository](https://github.com/adobe/adobe-commerce-samples/tree/main/admin-ui-sdk/menu/custom-menu) to gain insight on how the Admin SDK injects menus and pages into the Admin.

0 commit comments

Comments
 (0)