Skip to content

Scoped include

Choose a tag to compare

@digitalsadhu digitalsadhu released this 20 Feb 11:42
· 186 commits to master since this release

Adds support for scoped includes in model.json file

See #115 and #113

Example: always side loading tax model in partner model

in partner.json

"scope": {
  "include":"tax"
},