ClientConfig
ClientConfig copied to clipboard
ClientConfig is a MODX Revolution Extra to allow clients to maintain settings in a user friendly way.
### Summary ClientConfig's system setting `clientconfig.clear_cache` does not clear the cache when ClientConfig settings are saved ### Step to reproduce Set `clientconfig.clear_cache` to `Yes` [default] ### Observed behavior When saving...
### What does it do ? Added a preview for the image Before  After 
### Summary Suddenly got fatal error in both front-end and Manager when working on the site. Solved by manually emptying core/cache. ### Step to reproduce Occurred when editing a chunk...
Adds support for radiogroup-settings. See #202 for details. Resolves #202 But needs to wait for https://github.com/modxcms/revolution/pull/16404 to be accepted.
### What does it do? This accepts 0 values as non-empty for multi-context settings. ### Why is it needed? When using ClientConfig in multi-context mode, you can't set an actual...
### What does it do ? Called `MODx.ux.Ace.replaceComponent()` which gives MODX tag and syntax highlighting. The only oddity is that when saving, 2 values are given in value, because `MODx.ux.Ace.replaceComponent()`...
Hello, Mark When changing the type of the field from textarea to ace, the application simply stopped working. I show in the screenshot.  I show the ACE package of...
### Summary When developing a plugin that listens to `ClientConfig_ConfigChange`, inside a multi-context-aware setup, there is no way of knowing which context just got changed/updated. ### Step to reproduce Inside...
### Summary Currently all my ClientConfig-settings have German labels. As I'm probably getting international clients soon, I'd need to make it dynamic. ### Step to reproduce On the setting's label...
I would like to be able to use radio-inputs for some settings. In my opinion that would be useful for little "switch-settings" like for example "enable/disable custom scrollbar". Also, as...