ollixx / node-red-contrib-components

reusable flows with a well defined api
MIT License
8 stars 9 forks source link

remove component_definitions_are_NOT_allowed_inside_subflows pseudo config parameter #50

Open ollixx opened 2 years ago

ollixx commented 2 years ago

component_definitions_are_NOT_allowed_inside_subflows is used as a helper to validate the connectivity for the node. Since we validate in a separate (and not really NR compliant) way, we don't need this ugly thing anymore.

Instead, we should validate connectivity at the appropriate times using a separate validation method, like we do in component-return.html