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

Move master block outside of field/model definition #8

Open
SamProtas opened this issue Apr 5, 2016 · 0 comments
Open

Move master block outside of field/model definition #8

SamProtas opened this issue Apr 5, 2016 · 0 comments
Labels

Comments

@SamProtas
Copy link
Collaborator

As more ways to "source" a model generator have been added, it's become clearer that the "source" and the model definition itself don't need to be so intertwined. In some cases this specifically doesn't make much sense.

Proposed future layout:

{ "model_name": { "master": { }, "model": { "field_1": { }, "field_2": ... } }

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

1 participant