Preparing search index...
The search index is not available
contentful.js
contentful.js
ContentTypeField
Interface ContentTypeField
Definition of a content type field
See
Documentation
interface
ContentTypeField
{
allowedResources
?:
ContentTypeAllowedResources
[]
;
disabled
:
boolean
;
id
:
string
;
items
?:
FieldItem
;
linkType
?:
string
;
localized
:
boolean
;
name
:
string
;
omitted
:
boolean
;
required
:
boolean
;
type
:
ContentTypeFieldType
;
validations
:
ContentTypeFieldValidation
[]
;
}
Index
Properties
allowed
Resources?
disabled
id
items?
link
Type?
localized
name
omitted
required
type
validations
Properties
Optional
allowed
Resources
allowed
Resources
?:
ContentTypeAllowedResources
[]
disabled
disabled
:
boolean
id
id
:
string
Optional
items
items
?:
FieldItem
Optional
link
Type
link
Type
?:
string
localized
localized
:
boolean
name
name
:
string
omitted
omitted
:
boolean
required
required
:
boolean
type
type
:
ContentTypeFieldType
validations
validations
:
ContentTypeFieldValidation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Resources
disabled
id
items
link
Type
localized
name
omitted
required
type
validations
contentful.js
Loading...
Definition of a content type field
See
Documentation