Can I somehow render context settings on frond-end when in FRED editor?

When I use FRED on front-end my (client config) context settings are not visible.
They Include stuff like [[++theme_border_radius]] and [[++theme_shadow]].

I have these settings to allow users of the theme to easily change the style of the theme (that actually adds Tailwind class names like shadown-md).

Can I somehow render context settings on frond-end when in FRED editor?
The settings seem to be rendered when viewing the site outside of FRED editor.

Where do you use these settings? Inside a dropzone?

When you edit a page with Fred, the part inside dropzones isn’t loaded and parsed like on a normal page view. The page content is instead loaded unparsed via AJAX and processed with JS.

Ahhh That makes sense then, yes using it in Elements in FRED dropzone… So guess that won’t work. (also notice that things like [[*pagetitle]] are not rendered in FRED Elements)