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
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.
18
18
19
19

20
20
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**.
22
22
23
23
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.
24
24
25
25
## Database logging configuration
26
26
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.
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**.
32
32
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**.
34
34
35
35
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.
36
36
@@ -42,15 +42,9 @@ The staging testing option provides a sandbox environment to test your applicati
42
42
43
43
1. Select **Yes** from the **Enable testing** menu.
44
44
45
-
1. Set the **Testing mode** to `Staging`.
45
+
1. Set the **Testing mode** to **Staging**.
46
46
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.
54
48
55
49
## Local testing
56
50
@@ -72,10 +66,6 @@ When you enable the local service, all calls are automatically redirected to the
72
66
73
67
1. Save your configuration.
74
68
75
-
### Prerequisites
76
-
77
-
- An Adobe Commerce instance installed on the local machine.
78
-
79
69
### Configuration
80
70
81
71
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