When I have a process like
process:
- save:
filename: feedback.txt
body: "{% include 'forms/data.txt.twig' %}"
operation: add
in a form: is it possible to retrieve and use the settings of a specific plugin inside forms/data.txt.twig? How?