Box
areas: content
A Box is a container that places sub-blocks into a html <div>
.
The Box has a single area, content
.
Block
content
Block Setup
id: block_id
type: Box
Settings
Box JSON Schema Definition
type: object
properties:
events:
additionalProperties: false
properties:
onClick:
description: Trigger actions when the Box is clicked.
type: array
type: object
properties:
additionalProperties: false
properties:
content:
description: Box content string. Overrides the "content" content area.
type: string
style:
description: Css style object to apply to Box div.
type: object
type: object