-
I'm configuring a relatively large website with at least a dozen collections, some of which have hundreds of fields. My config.yml file is now running into thousands of lines. Is there a way that these collections can be defined in their own yaml/json files and then linked on the config file? For maintainability. |
Beta Was this translation helpful? Give feedback.
Answered by
talves
Mar 5, 2023
Replies: 1 comment 1 reply
-
As long as you can pass on the required config.yml or if you create your own build you could use a json file. I do this all the time. Combine and create the
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
martinjagodic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As long as you can pass on the required config.yml or if you create your own build you could use a json file. I do this all the time.
Combine and create the
yml
fileUsing a json config
Although this isn't documented clearly, it's definitely a great option.