add and change some outputs/checks
This commit is contained in:
parent
f2a533bf9c
commit
f936b63d83
6 changed files with 10 additions and 4 deletions
|
|
@ -19,6 +19,7 @@ export default {
|
||||||
|
|
||||||
inputs: {
|
inputs: {
|
||||||
VALUE: {
|
VALUE: {
|
||||||
|
check: "expression",
|
||||||
bytecodeProperty: "value",
|
bytecodeProperty: "value",
|
||||||
shadow: 'io_math_number'
|
shadow: 'io_math_number'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ export default {
|
||||||
|
|
||||||
connections: {
|
connections: {
|
||||||
mode: "value",
|
mode: "value",
|
||||||
output: "number",
|
output: [ "expression", "number" ],
|
||||||
},
|
},
|
||||||
|
|
||||||
extensions: {
|
extensions: {
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,11 @@ export default {
|
||||||
:::
|
:::
|
||||||
`,
|
`,
|
||||||
|
|
||||||
|
connections: {
|
||||||
|
mode: "value",
|
||||||
|
output: [ "expression", "string" ],
|
||||||
|
},
|
||||||
|
|
||||||
template: "{{ %TEMPLATE",
|
template: "{{ %TEMPLATE",
|
||||||
|
|
||||||
inputs: {
|
inputs: {
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ export default {
|
||||||
|
|
||||||
connections: {
|
connections: {
|
||||||
mode: "value",
|
mode: "value",
|
||||||
output: "String",
|
output: [ "expression", "string" ],
|
||||||
},
|
},
|
||||||
|
|
||||||
template: `"%TEXT`,
|
template: `"%TEXT`,
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ export default {
|
||||||
|
|
||||||
connections: {
|
connections: {
|
||||||
mode: "value",
|
mode: "value",
|
||||||
output: "String",
|
output: [ "expression", "string" ],
|
||||||
},
|
},
|
||||||
|
|
||||||
template: "¶ %TEXT",
|
template: "¶ %TEXT",
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ export default {
|
||||||
|
|
||||||
connections: {
|
connections: {
|
||||||
mode: 'value',
|
mode: 'value',
|
||||||
output: "String",
|
output: "expression",
|
||||||
},
|
},
|
||||||
|
|
||||||
template: "Get variable %VAR",
|
template: "Get variable %VAR",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue