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

PackageConfig Attributes #1956

Closed
nadar opened this issue Sep 4, 2019 · 0 comments · Fixed by #1960
Closed

PackageConfig Attributes #1956

nadar opened this issue Sep 4, 2019 · 0 comments · Fixed by #1960
Assignees

Comments

@nadar
Copy link
Member

nadar commented Sep 4, 2019

If the LUYA composer section contains attributes which are not covered in LUYA core (https://github.com/luyadev/luya/blob/master/core/base/PackageConfig.php) the installer try's to write those atttribute: https://github.com/luyadev/luya/blob/master/core/base/PackageInstaller.php#L33

in future, not covered attributes should be accessible trough getValue('attributeName').

For example: 'foo' => 'bar' could then be accessed by getValue('foo').

@nadar nadar self-assigned this Sep 4, 2019
@nadar nadar mentioned this issue Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant