Divider
A divider line. Can be used horizontally or vertically.
Block
Block Setup
id: block_id
type: Divider
Settings
Divider JSON Schema Definition
type: object
properties:
properties:
additionalProperties: false
properties:
dashed:
default: false
description: Whether line is dashed.
type: boolean
orientation:
default: center
description: Position of title inside divider.
enum:
- left
- right
- center
type: string
plain:
default: false
description: Show text as plain style.
type: boolean
title:
description: Divider title.
type: string
type:
default: horizontal
description: Direction type of divider
enum:
- horizontal
- vertical
type: string
type: object