-
Notifications
You must be signed in to change notification settings - Fork 33
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
Adding custom field does not affect output. #41
Comments
Sounds tedious, but have you tried manually adding fields after instantialization, as per the docs?
|
Hello @plamenh , Did you tried it ? Note: 🙏 Thank you @mkhoussid 🚀 |
Yeah, this has been working all along, but anyways, I was talking about the ‘phrases’ part. It produces no difference to the output. What is it supposed to do? |
Anyone found solution? |
@ahabibovic1 Just use the class methods instead. I don't think this has been fixed (seems it's not worth the effort, given that class methods work). In the end I forked the repo and did all the changes and improvements that we needed myself. It's not hard, code is not complicated and is relatively clear how it works. |
@plamenh Thank you. Started doing the same thing. |
@plamenh or anyone else interested, this is solution:
Of course you need to override default template file if you want to show custom fields in generated files. |
Using the below code from instructions:
produces no changes in output. Am I missing something?
Thanks.
The text was updated successfully, but these errors were encountered: