The config file interpreter supports functions with max 6 parameters. Changing that will require updates of the code in the core. However, adding support for more parameters is not optimal also from coding best practices point of view.

A solution is to serialize the parameter in a format that you can parse internally (e.g., json, or name=value1;name2=value2, or with separator param1;param2). Or maybe you can split the function in two, each with fewer parameters. If you want to discuss more, use sr-users mailing list.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.