Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: new include keyword in config.yaml #98

Open
severo opened this issue Dec 6, 2013 · 0 comments
Open

proposal: new include keyword in config.yaml #98

severo opened this issue Dec 6, 2013 · 0 comments
Labels

Comments

@severo
Copy link
Contributor

severo commented Dec 6, 2013

A config.yaml file generally contains various layouts (eg. A4/A3/Letter, both portrait and landscape). Their structure is quite similar, and a change in one layout is generally reported in all other layouts, possibly with scale adaptation.

I think it would be easier to manage a set of layouts if each of them was defined in its own file, and then included in the config.yaml using a new keyword; such as include: A4_landscape.yaml for example.

This would allow easier management for a set of layouts, as we could copy, diff, merge them easily.

The new keyword should obviously not be restricted to layouts, but should allow inclusion of any yaml configuration subfile.

@jesseeichar jesseeichar added the V2 label Oct 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants