YaWK / yawk.io

YaWK - Yet another Web Kit [work in progress]
https://yawk.io
MIT License
9 stars 2 forks source link

Feature: Template Override by User #360

Closed YaWK closed 2 years ago

YaWK commented 2 years ago

It should be possible, that user can override the global selected template. For now, this can be done from admin backend only, at the user edit page. There you can set the template ID and if it is allowed for this user, to override the global template. At this stage, this is for testing purposes and will be replaced with a more useful method in the future (eg. template override from frontend to achieve such things as day/night mode, or different site-styles the user can choose from) - if enabled by site owner / page admin.

YaWK commented 2 years ago

Any user can have different templates set-up. In the future, users will be able to change the template from frontend (if allowed) or from their userpage after they have logged in (if allowed). For now, this is done.