Allow custom view component directory #414
Closed
calebuharrison
started this conversation in
Feature requests
Replies: 1 comment 2 replies
-
I see what you mean. Yeah, that could be a nice addition. |
Beta Was this translation helpful? Give feedback.
2 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.
-
The custom field generator generates several view components that are used to render the field. It would be nice if the generator could make use of a configuration option that allows the directory of these generated components to change. Currently, it places the components in
app/components
, but in my apps, I put components in different directories, such asapp/view_components
orapp/frontend/components
.Beta Was this translation helpful? Give feedback.
All reactions