☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

type

Table of contents

Description:

This key defines the input type, which controls how this input appears and behaves.

Appears in:
└── _inputs
    └── *
        └── Textarea Input
            └── type
Type:
"textarea" Required
Examples:

In this example, we have configured the description key as a Textarea Input type.

Copied to clipboard
_inputs:
  description:
    type: textarea
{
  "_inputs": {
    "description": {
      "type": "textarea"
    }
  }
}
Open in a new tab