cmb69 / onepage_xh

Tools for creating "one pagers" with CMSimple_XH
GNU General Public License v3.0
3 stars 2 forks source link

let template overwrite configuration #25

Open cmb69 opened 8 years ago

cmb69 commented 8 years ago

That's really important, because certain templates might need special configuration. OTOH, we want still allow template designers and webmasters to use the supposedly simpler way of setting config options via the back-end, at least during the design phase.

See also the related discussion in the forum.

cmb69 commented 8 years ago

Of course, this can already be done by simply overwriting the respective global variables in the template, but we want to insulate from eventual changes in the general plugin configuration handling, and also from eventual changes in the concrete plugin configuration of Onepage_XH. Therefore we need a small API, which has to be well documented.