Create a reactor that creates a new block in the blocks_template table in the themes DB.
Expected input:
block = {
id: string // template ID or PK
name: string // block name
section: string // menu section separator
image: string // filename for block default image
hover_image: string // filename for block hover image
json: CLOB // ref to json clob that consists of the new block
}
Description
Create a reactor that creates a new block in the blocks_template table in the themes DB.
Expected input:
Return
true
or the new block on successReference
This issue references #254
Tasks