Fieldtypes Overview
Fieldtypes are customizable form fields used to structure your content and provide an intuitive content management experience. Each fieldtype has its own UI, data format, and configuration options.
Overview
Fieldtypes are essentially different types of form inputs you can choose from when building a blueprint. They range from simple text fields and select boxes, to more complex WYSIWYG-style editors like Bard.
List of Fieldtypes
Check out the full list of all fieldtypes in our reference section.
Data Format
Fieldtypes are augmented to alter the output of your saved content according to how the field is expected to be used.
For example, a markdown field will automatically convert your plain text input into HTML according to your markdown options of choice. Given the very same input in a textarea field, what you enter is what you return because that fieldtype doesn't alter the content. The documentation for each fieldtype will detail if any augmentation happens.
These same rules apply whether you're using Antlers, Blade, GraphQL, or the REST API.
You can retrieve the original, un-augmented data by using the raw modifier, like so:
{{ markdown_field | raw }}

Options
Each fieldtype has a common set of options in addition to any unique ones specific to that type.
display
handle
instructions
instructions_position
variant
listable
visibility
sortable
replicator_preview
duplicate
actions
conditions
required
validate
Docs Feedback
Submit improvements, related content, or suggestions through Github.
Betterify this page