Create a reactor that takes in a block id and returns the data associated with that block from the blocks_template table in themes DB
Input:
ListBlock(id="string")
Output:
{
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 takes in a block id and returns the data associated with that block from the blocks_template table in themes DB
Input:
ListBlock(id="string")
Output:
This issue references #254
Tasks