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