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
| Property | Type | Description |
|---|---|---|
| component | string | = "placeholder" |
| name | string | The name of the field and the key of the JSON |
| label | string | i18n | Label of the field |
| hint | string | i18n | Help text for the field (generally shown below the input box) |
| text | string | i18n | Supports markdown (i.e., bold, italics) |
| hidden | boolean | Hides the field from the form |
| className | string | CSS class name to assign to the field container |
Pick up a framework to show specific properties | ||