Component description
The headerless-textarea component is used to remove rich text editor headers on dashboard/overview pages.
Example
Minimal JSON
{
"type": "headerless-textarea",
"key": ""
}{
"componentId": "raw-value#description",
"type": "headerless-textarea",
"title": "#application_template.attribute.description",
"key": "description"
}Example taken from the core_sql_server package.
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
type | headerless-textarea | string | Yes |
key | Unique key of the component. If multiple components have the same key, they will all have the same attribute value. Used for referencing in the same package or other packages using packageKey#componentKey. | string | Yes |
componentId | Unique ID of a component. If left empty, a random string will be generated. Primarily used in patch packages to define the component's position within the layout (template). | string | No |
title | Translation key of the title. Define the key in translations to specify how the text is displayed in the UI. Unlike the name property, if you use a specific string of text for the title, this text will appear with the package key. For example, Comment Section will be displayed as package_key_comment section. | string | No |