lemonstand / lemonsync

A command line tool to work on LemonStand themes locally.
Other
1 stars 0 forks source link

Support for theme.yaml updates #32

Open tomcornall opened 7 years ago

tomcornall commented 7 years ago

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?).