clckwrks-0.19.2: A secure, reliable content management system (CMS) and blogging platform

Safe HaskellNone

Clckwrks.Acid

Synopsis

Documentation

data CoreState Source

CoreState holds some values that are required by the core itself, or which are useful enough to be shared with numerous plugins/themes.

Constructors

CoreState 

Fields

coreUACCT :: Maybe UACCT

Google Account UAACT

coreRootRedirect :: Maybe Text
 

getUACCT :: Query CoreState (Maybe UACCT)Source

get the UACCT for Google Analytics

setUACCT :: Maybe UACCT -> Update CoreState ()Source

set the UACCT for Google Analytics

getRootRedirect :: Query CoreState (Maybe Text)Source

get the path that / should redirect to

setRootRedirect :: Maybe Text -> Update CoreState ()Source

set the path that / should redirect to