☁️ 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
    └── *
        └── Text Input
            └── type
Type:
string Required
Allowed values:
text
email
disabled
pinterest
facebook
twitter
github
instagram
Examples:

In this example, we have configured the title key as a Text Input type.

Copied to clipboard
_inputs:
  title:
    type: text
{
  "_inputs": {
    "title": {
      "type": "text"
    }
  }
}
Open in a new tab