ravel
ravel copied to clipboard
[Proposal] Add theme level below views
@raftalks How do you plan on implementing the 'frontend_theme' config option? I suggest we add a subfolder level to views so that we have
views
theme1
admin layouts templates
theme2
admin layouts templates
Also can we add a 'backend_theme' config option?
Yeah something similar to that, however, not within the views directory, may be a themes directory. I plan to put a theme helper class which will reduce a lot of work to be done on frontend development.