Item Editor
The item editor is a tailored form for managing individual items and their field values.
Fields & Data Model
You can add fields to items by configuring the collection's data model. Here, you can also configure how the fields are displayed in the item editor.
Creating Items
To create an item, click in the page header to open the item page.
Fill in the fields as desired. Note that some of these will be marked as required and need to be filled in, or be dynamic fields. Relations will be filled in here, too.
Duplicating Items
When editing an item, you can click on to select some advanced options, amongst them "Save as Copy". Selecting this will save a copy.
Archiving Items
To archive an item, follow these steps, navigate to the content module and select the desired collection. Select the desired item to open the item editor. Click located in the header and a popup will appear to confirm the action.
Archived items will not show up in search results or be returned in API responses. They still exist and can be retrieved using specific queries. Archiving can therefore be seen as a form of "soft deleting" an item.
Revisions
As you update field values on items, Directus saves these revisions, and they can be compared side-by-side to the current state.
To revert an item, navigate to the content module and select the desired collection and select the desired item. Click on "Revisions" in the editor sidebar and then on the revision you wish to preview. Go to "Revisions Made" in the side menu and view the revision differences. Click to revert the item's values and return to the item page.