shantanoo-desai / komponist

A Composer for your favorite IoT/ IIoT container stacks with Ansible + Jinja2 + Docker Compose v2
GNU Affero General Public License v3.0
25 stars 2 forks source link

[node-red] refactor `disable_editor` parameter as boolean check #75

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

Refactor the disable_editor in nodered from string to boolean in order to comply with other boolean parameters. This will require the settings.js.j2 to have a conditional block.