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 Config module is designed to implement system configuration functionality.
3
-
It provides mechanisms to add, edit, store and retrieve the configuration data
4
-
for each scope (there can be a default scope as well as scopes for each website and store).
4
+
It provides mechanisms to add, edit, store and retrieve the configuration data for each scope (there can be a default scope as well as scopes for each website and store).
5
5
6
-
Modules can add items to be configured on the system configuration page by creating
7
-
system.xml files in their etc/adminhtml directories. These system.xml files get merged
8
-
to populate the forms in the config page.
6
+
Modules can add items to be configured on the system configuration page by creating system.xml files in their etc/adminhtml directories. These system.xml files get merged to populate the forms in the config page.
0 commit comments