<div dir="ltr">Hi all! I'm writing a fuel plugin that depends on another plugin, in particular one plugin install node-js and the other plugin install a software that uses nodejs.<div>What i did is to add a condition in environment_config.yaml:</div><div>```</div><div><div><i>    restrictions:</i></div><div><i>        - condition: "settings:fuel-plugin-node-js.metadata.enabled == false"</i></div><div><i>    action: "disable"</i></div><div><i>    message: "Node JS must be present and enabled"</i></div></div><div><i>```</i></div><div>This work if fuel-plugin-node-js is present, but doesn't work otherwise.</div><div>So I tried with:</div><div>```</div><div><i>- condition: "settings:fuel-plugin-node-js and settings:fuel-plugin-node-js.metadata.enabled == false"</i></div><div><i>```</i></div><div>but with the same result: it works only if the first plugin is present.</div><div><br></div><div>Can you help me?<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">========================================================
<br>Daniel Depaoli <br><div>CREATE-NET Research Center
<br>Smart Infrastructures Area
<br>Junior Research Engineer
<br>======================================================== <br></div></div></div>
</div></div>