How can I make a variable a boolean (with all the nice setup and check like in a regular module) in an action_plugins?
Thanks.
How can I make a variable a boolean (with all the nice setup and check like in a regular module) in an action_plugins?
Thanks.
Yves Dorfsman wrote:
How can I make a variable a boolean (with all the nice setup and check
like in
a regular module) in an action_plugins?
action_plugins have none of those niceities. You will have to use
utils.boolean yourself.
Daniel