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: {
|
||||
VALUE: {
|
||||
check: "expression",
|
||||
bytecodeProperty: "value",
|
||||
shadow: 'io_math_number'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export default {
|
|||
|
||||
connections: {
|
||||
mode: "value",
|
||||
output: "number",
|
||||
output: [ "expression", "number" ],
|
||||
},
|
||||
|
||||
extensions: {
|
||||
|
|
|
|||
|
|
@ -41,6 +41,11 @@ export default {
|
|||
:::
|
||||
`,
|
||||
|
||||
connections: {
|
||||
mode: "value",
|
||||
output: [ "expression", "string" ],
|
||||
},
|
||||
|
||||
template: "{{ %TEMPLATE",
|
||||
|
||||
inputs: {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ export default {
|
|||
|
||||
connections: {
|
||||
mode: "value",
|
||||
output: "String",
|
||||
output: [ "expression", "string" ],
|
||||
},
|
||||
|
||||
template: `"%TEXT`,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ export default {
|
|||
|
||||
connections: {
|
||||
mode: "value",
|
||||
output: "String",
|
||||
output: [ "expression", "string" ],
|
||||
},
|
||||
|
||||
template: "¶ %TEXT",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export default {
|
|||
|
||||
connections: {
|
||||
mode: 'value',
|
||||
output: "String",
|
||||
output: "expression",
|
||||
},
|
||||
|
||||
template: "Get variable %VAR",
|
||||
|
|
|
|||
Loading…
Reference in a new issue