We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extend the configuration object to be able to clearly distinguish project and module includes & assets
This is how the configuration object currently looks like
Two ways of doing this:
We extend the include and asset classes to contain a new propety of location that could have a value of Module or project.
And add a new methods on the configuration class: getAssetByLocation([LocationType]$Type)
this would go in the direction of #252 as well
we seperate assets and includes based on the location type and put them in an collection attached to the configuration object.
Do a combination of both sections.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Extend the configuration object to be able to clearly distinguish project and module includes & assets
This is how the configuration object currently looks like
Two ways of doing this:
1
We extend the include and asset classes to contain a new propety of location that could have a value of Module or project.
And add a new methods on the configuration class:
getAssetByLocation([LocationType]$Type)
this would go in the direction of #252 as well
2
we seperate assets and includes based on the location type and put them in an collection attached to the configuration object.
3
Do a combination of both sections.
The text was updated successfully, but these errors were encountered: