magenxcommerce / module-config
N/A
Installs: 144
Dependents: 48
Suggesters: 3
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
- magenxcommerce/framework: 103.0.*
- magenxcommerce/module-backend: 102.0.*
- magenxcommerce/module-cron: 100.4.*
- magenxcommerce/module-deploy: 100.4.*
- magenxcommerce/module-directory: 100.4.*
- magenxcommerce/module-email: 101.1.*
- magenxcommerce/module-media-storage: 100.4.*
- magenxcommerce/module-store: 101.1.*
Replaces
- magento/module-config: *
- dev-placeholder
- dev-default
- dev-2.4.3-release
- 101.2.3.x-dev
- 101.2.3
- 101.2.2.x-dev
- 101.2.2
- 101.2.1.x-dev
- 101.2.1
- 101.2.0.x-dev
- 101.2.0-p1
- 101.2.0
- 101.1.7.x-dev
- 101.1.7
- 101.1.6.x-dev
- 101.1.6
- 101.1.5.x-dev
- 101.1.5
- 101.1.4.x-dev
- 101.1.4-p2
- 101.1.4
- 101.1.3.x-dev
- 101.1.3-p1
- 101.1.3
- 101.1.2.x-dev
- 101.1.2
- 101.1.1.x-dev
- 101.1.1
- 101.1.0.x-dev
- 101.1.0
- 101.0.11.x-dev
- 101.0.11
- 101.0.10.x-dev
- 101.0.10
- 101.0.8.x-dev
- 101.0.8
- 100.1.12.x-dev
- 100.1.12
- 100.1.11.x-dev
- 100.1.11
- 2.4.3.x-dev
- 2.4.2.x-dev
- 2.4.1.x-dev
- 2.4.0.x-dev
- 2.3.7.x-dev
- 2.3.6.x-dev
- 2.3.5.x-dev
- 2.3.4.x-dev
- 2.3.3.x-dev
- 2.3.2.x-dev
- 2.3.1.x-dev
- 2.3.0.x-dev
- dev-101.1.3-p1
- dev-101.1.4-p2
- dev-101.2.0-p1
- dev-2.3.6-p1
- dev-2.4.1-p1
- dev-2.4.2-p1
- dev-2.4.2-p2
- dev-2.4.3-p1
- dev-2.4.3-p2
- dev-2.3.7-p1
- dev-2.3.7-p2
This package is auto-updated.
Last update: 2024-10-21 12:02:51 UTC
README
The Config module is designed to implement system configuration functionality. 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).
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.