ClientConfig icon indicating copy to clipboard operation
ClientConfig copied to clipboard

Radio settings

Open sebastian-marinescu opened this issue 3 years ago • 4 comments

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.

sebastian-marinescu avatar Feb 27 '23 10:02 sebastian-marinescu

Sneak-Preview:

image

How it would be used:

image

sebastian-marinescu avatar Feb 27 '23 11:02 sebastian-marinescu

This is cool. As far as that core fix goes, do we have to implement some kind of version check to prevent radiogroups from being used on <3.0.4?

Mark-H avatar Nov 07 '23 13:11 Mark-H

Probably a good idea! And also we should do the same for the 2.x branch, when https://github.com/modxcms/revolution/pull/16467 is accepted.

That version-check would need to go into this if-clause: https://github.com/modmore/ClientConfig/blob/bd22b11d523d59b682259a05c5cc3798f986c5d2/assets/components/clientconfig/js/mgr/sections/home.js#L133

Correct?

Do you know, if we have the MODX-version information there available?

sebastian-marinescu avatar Nov 08 '23 11:11 sebastian-marinescu