opened 11:03AM - 13 Jan 21 UTC
Feature request.
Allow hiding / showing script attributes, based on another a…ttribute of the same script. This is a same feature currently implemented in Editor, but allow public use:
```js
this._field('preWarm').parent.hidden = !this._field('loop').value;
```
Perhaps, a script attribute can contain an optional field that would read a value as a boolean from another field and toggle its visibility based on it.