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.
Comments
You can add comments to items in the sidebar by clicking on "Comments", which will show the form for submitting one. You can use the @ button to tag specific users in your comment.
Shares
You can create shareable links to view an item in the sidebar by clicking on Shares -> New Share.
Here, you can specify the name, password, roles allowed to access the item, as well as the start and end dates for the link's validity, followed by the maximum times a link can be used.
To share the link, click on the new share's and select either "Copy Link" or "Send Link". You can also edit or destroy the share in this menu.
Next Steps
Learn how to use content versioning and the live preview functionality.