Components
Placeholder

Placeholder

The Placeholder placeholder is a layout field, it shows a Markdown-formatted text, it doesn't return any value.

Example

{
  "component": "placeholder",
  "name": "my_placeholder",
  "text": "Some Markdown formatted context: _italics_, **bold**, ~~strike~~"
}
Loading...

Reference

PropertyTypeDescription
componentstring
= "placeholder"
namestringThe name of the field and the key of the JSON
labelstring | i18nLabel of the field
hintstring | i18nHelp text for the field (generally shown below the input box)
textstring | i18nSupports markdown (i.e., bold, italics)
hiddenbooleanHides the field from the form
Pick up a framework to show specific properties
Bootstrap
React Suite