From 2cc04f5f95e1cd383304cfb78b24d0a20775331e Mon Sep 17 00:00:00 2001 From: Pierre Wizla <4233866+pwizla@users.noreply.github.com> Date: Thu, 19 Mar 2026 17:17:02 +0100 Subject: [PATCH 1/6] Add tips for List View and Edit View usage of documentId in CM --- docusaurus/docs/cms/features/content-manager.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docusaurus/docs/cms/features/content-manager.md b/docusaurus/docs/cms/features/content-manager.md index bd440fb61e..845578cd55 100644 --- a/docusaurus/docs/cms/features/content-manager.md +++ b/docusaurus/docs/cms/features/content-manager.md @@ -143,6 +143,10 @@ Relational fields can also be displayed in the list view. Please refer to +:::tip +Tick the `documentId` field if you want handy access to this value for each entry directly from the List view. +::: + #### Permanent & advanced configuration For more advanced list view options (e.g., enablement/disablement of search, filters and bulk actions, reordering of the list view table's fields etc.), use the full configuration interface. @@ -295,6 +299,10 @@ To write or edit content: New entries are only considered created once some of their content has been written and saved once. Only then will the new entry be listed in the list view. ::: +:::tip +While in the Edit view, click the at the top right of the page to view the published, updated, and created date for the entry, and use the **Copy document ID** button to save the value into your clipboard. +::: +