Opened 10 years ago
Closed 10 years ago
#1891 closed enhancement (fixed)
Allow extensions to store settings in extension-settings.xml configuration file
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.4 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
This file is already used to store information about which extensions that are installed and enabled/disabled. It would not be too difficult to also allow extensions to store global settings in this file.
Note:
See TracTickets
for help on using tickets.
(In [6627]) Fixes #1891: Allow extensions to store settings in extension-settings.xml configuration file
Extensions should use
ExtensionsControl
to get/set settings. Settings that match factory configuration parameters are used ny theXmlLoader
when creating factories. Eg. it will be possible to override the default settings inextensions.xml
(but only if there at least is an empty placeholder to begin with).