Block properties

String

Basic block property that allows you to input string values.

Basic properties

Overview

The String property accepts text input and is the most common block property. Use it for titles, descriptions, body text, labels, CSS selectors, URLs, and any other text-based content.

  • Supports any string value.
  • The default value is empty.
  • Supports personalization — use {{ property_name }} to insert user properties dynamically.
  • Supports localization — can be translated into multiple languages.

Common use cases

Use caseExample
Heading or labelTitle of a tooltip, modal, or card
Body textDescription or instructional copy (supports HTML in built-in components)
CSS selectorTarget element for a tooltip (e.g., #my-button)
URL or linkRedirect URL in an action button

Last updated on

On this page