[✨] Add ability to customize the "@" symbol for defining the layout name for a route #176
Raiondesu
started this conversation in
Proposals For Qwik
Replies: 1 comment
-
|
We moved this issue to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
Some environments, build systems, or code linting configs may reject or misinterpret the
@used as a layout name marker in the route name. Same can be said of some other directory structure mandates inqwik-city.Describe the solution you'd like
An ability to customize at least the layout name marker using the qwik-city options object.
Something like this:
Describe alternatives you've considered
Maybe it would have been possible to allow the route to provide the
layoutexport, like with the request handlers (onGet,onRequest, etc.), but this would overclutter the route file even more while also removing the feature of knowing the layout for the route at a glance in the file explorer when utilizing this approach.Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions