+layout from package #12246
Unanswered
bartcuijpers
asked this question in
Q&A
Replies: 1 comment
-
No, thats ist not possible in the way you described. However, you can build a component/function that can be used in the +layout file instead. This also results in a more customizable App for the Users of your package. In Addition to that you could provide a cli to scaffold the project with your package |
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.
-
Hi,
I was wondering if it's possible to provide a +layout file from an external package.
Or should I create an 'installer' script that copies/overwrites certain files in the src tree of the parent project?
The use case I'm thinking of is building an admin dashboard skeleton that can be updated like a regular npm package.
Any help is welcome :)
Beta Was this translation helpful? Give feedback.
All reactions