mirror of
https://github.com/directus/directus.git
synced 2026-01-24 18:38:08 -05:00
18 lines
430 B
Markdown
18 lines
430 B
Markdown
---
|
|
{
|
|
'layout': 'APIReferenceLayout',
|
|
'tag':
|
|
{
|
|
'name': 'Fields',
|
|
'description':
|
|
'Fields are individual pieces of content within an item. They are mapped to columns
|
|
in the database.',
|
|
'x-collection': 'directus_fields',
|
|
},
|
|
}
|
|
---
|
|
|
|
# Fields
|
|
|
|
Fields are individual pieces of content within an item. They are mapped to columns in the database.
|