directus-extension-storage-manager 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/api.js +1 -1
- package/dist/app.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ Open **Recycle Bin** from the left sidebar for an opt-in File Library quarantine
|
|
|
134
134
|
|
|
135
135
|
Turn **On** to create `storage_manager_trashed_at` on `directus_files` and a recycle folder (default **`_Recycle`** — you can pick another File Library folder while Off). Unreferenced Files can move selections here. You can also **Move to Recycle** from a storage or Directus Folders browse when files or folders are selected.
|
|
136
136
|
|
|
137
|
-
On each storage browse page, Recycle files for that adapter appear in a virtual folder of the same name (objects stay at their original keys). From there you can restore selected files, or use **Restore All**. Restore always returns files to the File Library root — storage keys do not move.
|
|
137
|
+
On each storage browse page, Recycle files for that adapter appear in a virtual folder of the same name at the top of the folder list (objects stay at their original keys). In **Directus Folders** and the native File Library, `_Recycle` is listed first (the `_` prefix is not enough on its own — many languages sort it as “Recycle”). From there you can restore selected files, or use **Restore All**. Restore always returns files to the File Library root — storage keys do not move.
|
|
138
138
|
|
|
139
139
|
While On you can:
|
|
140
140
|
|