mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
16 lines
398 B
Markdown
16 lines
398 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.
|