mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add Archive sidebar component (#10513)
* move archive to dedicated sidebar component * fix unarchive dialog & notification * update docs on viewing archived items * remove commented code * use radio btns, update options text & query string Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -128,6 +128,15 @@ options are available:
|
||||
6. Enter a value in the field filter's input(s)
|
||||
7. Remove unwanted filters by hovering over the field and clicking "X"
|
||||
|
||||
## Viewing Archived Items
|
||||
|
||||
**[Learn more about Archive](/configuration/data-model/#archive).**
|
||||
|
||||
1. Navigate to the [Content Module](/app/overview/#_1-module-bar)
|
||||
2. Navigate to the collection of the items you want to view
|
||||
3. Click "Archive" in the page sidebar
|
||||
4. Choose the desired view: `Show Items` (default), `Show Archived Items`, or `Show Items + Archived Items`
|
||||
|
||||
## Bookmarking Item Presets
|
||||
|
||||
1. Navigate to the [Content Module](/app/overview/#_1-module-bar)
|
||||
|
||||
@@ -57,7 +57,7 @@ icon) button located in the header.
|
||||
1. Navigate to the [Content Module](/app/overview#1.-module-bar)
|
||||
2. Navigate to the collection of the item you want to archive
|
||||
3. Select the item(s) within the desired layout (eg: the checkbox on the table row)
|
||||
4. Click the "Archive Item" (trash icon) button located in the header
|
||||
4. Click the "Archive Item" (archive icon) button located in the header
|
||||
5. Confirm the action within the dialog by clicking "Archive"
|
||||
|
||||
::: warning Requires Configuration
|
||||
|
||||
Reference in New Issue
Block a user