Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggrosoft/oxid-settings-manager
Allows adding generic settings that can be used in the installation
https://github.com/aggrosoft/oxid-settings-manager
Last synced: 8 days ago
JSON representation
Allows adding generic settings that can be used in the installation
- Host: GitHub
- URL: https://github.com/aggrosoft/oxid-settings-manager
- Owner: aggrosoft
- License: mit
- Created: 2022-02-15T09:33:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T11:09:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T03:43:17.761Z (2 months ago)
- Language: PHP
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# oxid-settings-manager
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"