-
Notifications
You must be signed in to change notification settings - Fork 6
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
Parse callable Tag-Attributes #40
base: master
Are you sure you want to change the base?
Conversation
1 similar comment
Hi, all the translation is done in https://github.com/bluedynamics/yafowil/blob/master/src/yafowil/utils.py#L128 We need to check for dicts and probably lists here and do a modification of the inner values recursively. |
Yes, but only if Dict-Like attributes are parsed recursivly, please see conestack/yafowil.yaml#6 This commit here is only for expressions in dict-like attributes |
Take a look what callback gets generated from |
btw - you can checkout yafowil.demo and run it's buildout if you need a full yafowil development setup |
Makes it possible to parse expressions or i18n-attributes.
For bluedynamics/yafowil.plone#26