Damien
Damien
Hey @bbkane! Thanks for the request! You're quite right, there's no way to do this at the moment. Best you can do is use [categorical](https://www.getsynth.com/docs/content/string#categorical) with preset values. I think...
Just in case this is helpful: you can run a local copy of the documentation (to preview the output in a browser) with ```commandline cd docs/ ; npm install &&...
Thank you @archnode, this is a great idea! The templating/patching approach we could make it work by following kustomize's UX (ish). For example, we could add a `--customize` flag to...
@fretz12, why not both indeed, that sounds great! :smile: For the CLI proposal, we could use [`Find`](https://github.com/getsynth/synth/blob/a5025043d758d5332a1f917d99d10532ff002a79/core/src/schema/content/mod.rs#L56) which is implemented for each variant node of the schema tree. This is...
Hey @christoshadjiaslanis, can you elaborate a bit here on the additional use cases you meant in the request? Is this just about being able to import more than one collection...
Legend, thank you @chesedo for the review :smile: Will address in a bit!
Closing as done, except where in favour of #497 and #496.