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

min_graphemes

Table of contents

Description:

This key defines the minimum string length, in graphemes, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too short. If the Input already contains a shorter value, CloudCannon will require you to add characters until the Input contains a valid string to save your changes, or discard your unsaved changes.

Appears in:
└── _inputs
    └── *
        ├── Text Input
        │   └── options
        │       └── min_graphemes
        ├── Textarea Input
        │   └── options
        │       └── min_graphemes
        ├── Code Input
        │   └── options
        │       └── min_graphemes
        ├── Color Input
        │   └── options
        │       └── min_graphemes
        ├── Rich Text Input
        │   └── options
        │       └── min_graphemes
        ├── File Input
        │   └── options
        │       └── min_graphemes
        ├── URL Input
        │   └── options
        │       └── min_graphemes
        ├── Select Input
        │   └── options
        │       └── min_graphemes
        └── Choice Input
            └── options
                └── min_graphemes
Type:
number
Examples:
Open in a new tab