Currently theme settings are stored as ThemeConfiguration model attributes under cms_theme_configuration in a json. Makes sense to just cache this data as an object instead (we already cache the theme.yaml anyways, why not build this form from that?).
Currently theme settings are stored as ThemeConfiguration model attributes under
cms_theme_configuration
in a json. Makes sense to just cache this data as an object instead (we already cache the theme.yaml anyways, why not build this form from that?).