all blocks checked
This commit is contained in:
parent
c64cac5a7d
commit
e363fc4090
7 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { singleLineTemplate, multilineLineTemplate } from "#app/blocks/shadows.js"
|
||||
|
||||
|
||||
/** @type {import('#types').BlockDefinitionRaw} */
|
||||
export default {
|
||||
type: "action_email",
|
||||
bytecodeKey: "emailAction",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/** @type {import('#types').BlockDefinitionRaw} */
|
||||
export default {
|
||||
type: "action_log",
|
||||
bytecodeKey: "logAction",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
import { multilineLineTemplate } from "#app/blocks/shadows.js"
|
||||
|
||||
|
||||
/** @type {import('#types').BlockDefinitionRaw} */
|
||||
export default {
|
||||
type: "action_sms",
|
||||
bytecodeKey: "smsAction",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
import { multilineLineTemplate } from "#app/blocks/shadows.js"
|
||||
|
||||
|
||||
/** @type {import('#types').BlockDefinitionRaw} */
|
||||
export default {
|
||||
type: "action_webhook",
|
||||
bytecodeKey: "webhookAction",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
import mutator from './if/mutator.js'
|
||||
|
||||
|
||||
/** @type {import('#types').BlockDefinitionRaw} */
|
||||
export default {
|
||||
type: 'io_controls_if',
|
||||
bytecodeKey: "conditional",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/** @type {import('#types').BlockDefinitionRaw} */
|
||||
export default {
|
||||
type: "feed_get_value",
|
||||
bytecodeKey: "getFeedValue",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/** @type {import('#types').BlockDefinitionRaw} */
|
||||
export default {
|
||||
type: "feed_set_value",
|
||||
bytecodeKey: "setFeedValue",
|
||||
|
|
|
|||
Loading…
Reference in a new issue