ClientConfig icon indicating copy to clipboard operation
ClientConfig copied to clipboard

ClientConfig is a MODX Revolution Extra to allow clients to maintain settings in a user friendly way.

Results 34 ClientConfig issues
Sort by recently updated
recently updated
newest added

### 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 ![before](https://github.com/modmore/ClientConfig/assets/6839253/a7dec11e-36e3-4ddf-91a2-66f10e605216) After ![after](https://github.com/modmore/ClientConfig/assets/6839253/4efbf314-2d6b-489f-a4b9-0fd92fe74439)

### 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. ![изображение](https://user-images.githubusercontent.com/20732384/75099222-2f19cd00-55d0-11ea-81b5-01ace31569ae.png) 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...