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

Populate by Context #44

Closed
mike4git opened this issue Jul 21, 2023 · 1 comment
Closed

Populate by Context #44

mike4git opened this issue Jul 21, 2023 · 1 comment
Assignees

Comments

@mike4git
Copy link
Collaborator

Very often some information should be directly populated as it is in the current context.
Typical examples:

  • language
  • locale
  • user
  • ...

Therefore it would be nice to offer a certain Populator doing this AND simplify its usage by extending the configuration:

my.converter:
    ...
    context:
        target_property: ~                        ## in case that they have the same label
        other_target_property: context_property   ## in case they are named different
@storbahn storbahn self-assigned this Aug 3, 2023
@mike4git
Copy link
Collaborator Author

Fixed by #47
Implemented (and merged) in v1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants