Lowdefy
v3.23.3/container/Label/

Label

areas: content

A container that provides a label for a input block. Most input block use Label by default.

content
id: block_id
type: Label
properties:
  title: Input title

properties:
Align label left or right when inline.
Append label with colon.
Disable to not render a label title.
Extra text to display beneath the content - supports html.
Css style to applied to label extra.
Css style to applied to label feedback.
Render input and label inline.
Size of the block.
Label inline span.
Label title - supports html.
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 - supports html.
        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 - supports html.
        type: string
    type: object