Hi
The `disabled="true"`is working for me.
But I wonder if there is a way to use it in an anguler 2/4 mode.
I tried this but it doesnt' work :
<xml id='toolbox'>
<category name='Capteurs'>
<block type='input_numeric' disabled="{{ disabled }}"></block>
<block type='input_boolean'></block>
<block type='input_text'></block>
</category>
If someone had found out how to do it, it would greatly interest me.
Fred