aggrosoft / oxid-settings-manager
Allows adding generic settings that can be used in the installation
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:oxideshop-module
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-03-15 18:07:48 UTC
README
Allows adding generic settings that can be used in the installation
Installation
Install via composer composer require aggrosoft/oxid-settings-manager
and activate in backend
Usage
Define additional settings in Modules Settings screen, to e.g. add a new Bool Variable add as following to "Bool Variables" Setting:
agmyboolvalue => My Bool Value
agmyotherboolvalue => My other bool Value
Attention: Always prefix your variables, they will be written to the global scope and might override core settings!
All defined variables can now be used in admin backend at "Master Settings" => "Core Settings" => "Settings" => "Custom Settings"