You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
templates namespacing fails (example: \Theme::view('mymodule::index')) because it looks for template mytheme::mymodule instead of index template inside mymodule::mytheme
General question: why templates are not fallback to theme-outside files? It would be comfortable to have basic templates (for each module), but with ability to be rewritten in scope of theme.
Is themes extending/fallback planned to be implemented?
The text was updated successfully, but these errors were encountered:
Moving forward I should be able to move the defaultTheme, masterLayout, and masterLayoutStr variables outside of the blade template, set them globally which should give me the freedom templates that fall back to the default when they do not exist.
Modules generated by https://github.com/pingpong-labs/modules has:
view()
function instead of\Theme::view()
\Theme::view('mymodule::index')
) because it looks for template mytheme::mymodule instead of index template inside mymodule::mythemeGeneral question: why templates are not fallback to theme-outside files? It would be comfortable to have basic templates (for each module), but with ability to be rewritten in scope of theme.
Is themes extending/fallback planned to be implemented?
The text was updated successfully, but these errors were encountered: