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

PropertyDescriptionValuesMandatory
typeheaderless-textareastringYes
keyUnique 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.stringYes
componentIdUnique 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).stringNo
titleTranslation 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.stringNo