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
Currently, the folder structure in a module's partials folder repeats the namespace of the module.
It would be better though, to inherit the module's namespace.
Currently, the folder structure in a module's partials folder repeats the namespace of the module.
It would be better though, to inherit the module's namespace.
Current:
modules/{moduleName}/views/partials/{moduleName}/xyz.pug
Expected:
modules/{moduleName}/views/partials/xyz.pug
The text was updated successfully, but these errors were encountered: