Label
areas: content
A container that provides a label for a input block. Most input block use Label by default.
Block
content
Block Setup
id: block_id
type: Label
properties:
title: Input title
Settings
Label JSON Schema Definition
type: object
properties:
properties:
additionalProperties: false
properties:
align:
default: left
description: Align label left or right when inline.
enum:
- left
- right
type: string
colon:
default: true
description: Append label with colon.
type: boolean
disabled:
default: false
description: Disable to not render a label title.
type: boolean
extra:
description: Extra text to display beneath the content.
type: string
extraStyle:
description: Css style to applied to label extra.
type: object
feedbackStyle:
description: Css style to applied to label feedback.
type: object
inline:
default: false
description: Render input and label inline.
type: boolean
size:
default: default
description: Size of the block.
enum:
- small
- default
- large
type: string
span:
description: Label inline span.
type: number
title:
description: Label title.
type: string
type: object