Sorry, no results found for "".
Default value for Field. When field is localized accepts an object of default values with site locales as keys
{ en: "A default value", it: "Un valore di default" }
The label of the field
"Title"
Field API key
"title"
Whether the field needs to be multilanguage or not
Optional field validations
{ required: {} }
Field appearance details, plugin configuration and field add-ons
{
editor: "single_line",
parameters: { heading: false },
addons: [{ id: "1234", field_extension: "lorem_ipsum", parameters: {} }],
}
A valid editor can be a DatoCMS default field editor type (ie. "single_line"
), or a plugin ID offering a custom field editor
The editor plugin's parameters
An array of add-on plugins with id and parameters
The ID of a plugin offering a field addon
The specific field extension to use for the field (only if the editor is a modern plugin)
The specific field extension to use for the field (only if the editor is a modern plugin)
Ordering index
1
Type of input
"string"
Field hint
"This field will be used as post title"
Whether deep filtering for block models is enabled in GraphQL or not
Field appearance
This field contains a typo and will be removed in future versions: use appearance
instead
Returns a resource object of type field