> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.wickedcms.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.wickedcms.com/_mcp/server.

# Field types

Wicked CMS renders a field editor appropriate to each field in your Webflow collection schema. Read-only fields (such as system-managed values) appear disabled.

## Supported field types

| Field type          | Editor                                   | Notes                                                                           |
| ------------------- | ---------------------------------------- | ------------------------------------------------------------------------------- |
| **Plain text**      | Text input                               | Includes the **slug** field with automatic slug formatting                      |
| **Rich text**       | Rich text editor with formatting toolbar | Bold, italic, links, lists, block quote, images, and HTML embeds                |
| **Number**          | Number input                             | Validates numeric values                                                        |
| **Date/time**       | Date and time picker                     | For Webflow DateTime fields                                                     |
| **Switch**          | Toggle                                   | True/false boolean fields                                                       |
| **Option**          | Dropdown                                 | Single choice from predefined options                                           |
| **Color**           | Color picker                             | Hex color values                                                                |
| **Image**           | Image upload and preview                 | Single image asset                                                              |
| **Multi-image**     | Multi-image manager                      | Multiple image assets                                                           |
| **File**            | File upload                              | Document and file assets                                                        |
| **Reference**       | Reference picker                         | Links to one item in another collection                                         |
| **Multi-reference** | Multi-reference picker                   | Links to multiple items in another collection                                   |
| **Video link**      | URL input                                | YouTube, Vimeo, and other video URLs                                            |
| **Unknown/complex** | Text/JSON textarea                       | Fallback for unsupported object shapes; disabled only if the field is read-only |

## Rich text editing

Rich text fields include a formatting toolbar with:

* **Bold** and **italic**
* **Paragraph and heading** styles
* **Bullet and numbered lists**
* **Block quotes**
* **Links** — insert and remove hyperlinks
* **Images** — upload an image and set its alt text, position, size, and caption
* **HTML embeds** — insert custom embed code
* A **fullscreen** toggle for distraction-free editing

Use the toolbar buttons to format content. Changes are saved when you click **Save** or published with **Publish**.

## Reference fields

Reference and multi-reference fields show a picker tied to the target collection defined in your Webflow schema. You can search and select linked items. Reference labels use the linked item's display name.

## Asset fields (image and file)

Image and file fields let you **upload** a new asset (or **Replace** an existing one). For images you can also set alt text. Uploaded assets are associated with the item when you save or publish.

## Read-only fields

Some fields cannot be edited in Wicked CMS and appear disabled. These are typically system-managed or unsupported field configurations.

## Validation

Required fields and invalid values show validation errors on the field. Fix errors before saving or publishing.

## Slug field

The **slug** field automatically normalizes input to valid Webflow slug format as you type.

## Next steps

Save field edits as a draft.

Revert a single field to its live value.