There should be also save callbacks available on wrapper level. This would enable callbacks which are used for more than one setting. The values of the options should be given as an object with this signature: ``` { <setting-id>: { oldValue: <oldValue>, newValue: <newValue>, } } ```
There should be also save callbacks available on wrapper level. This would enable callbacks which are used for more than one setting.
The values of the options should be given as an object with this signature: