From 65bc70dc3591a76ba5bbdacb8ff6afc3218742a9 Mon Sep 17 00:00:00 2001 From: GeraSchneider <noreply@example.com> Date: Fri, 17 May 2019 08:57:06 +0200 Subject: [PATCH] [TASK] Add information on how to create custom workspaces The documentation had no information where to create custom workspaces in the backend. That information has been added. Releases: master, 9.5 Resolves: #88378 Change-Id: I8bd6d7ad2ac291e3576b89d39f9698ce16a5572c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60772 Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Josef Glatz <josefglatz@gmail.com> Tested-by: Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by: Josef Glatz <josefglatz@gmail.com> Reviewed-by: Tymoteusz Motylewski <t.motylewski@gmail.com> --- .../Documentation/Administration/CustomWorkspace/Index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/typo3/sysext/workspaces/Documentation/Administration/CustomWorkspace/Index.rst b/typo3/sysext/workspaces/Documentation/Administration/CustomWorkspace/Index.rst index b20760f20420..3d2e14a4f71b 100644 --- a/typo3/sysext/workspaces/Documentation/Administration/CustomWorkspace/Index.rst +++ b/typo3/sysext/workspaces/Documentation/Administration/CustomWorkspace/Index.rst @@ -14,6 +14,10 @@ By default a custom workspace contains three stages, which represent steps in the validation process: "editing", "ready to publish" and "publishing execute". Additional stages can be added. +To reach the following element you need to go to the root page +(the one with the TYPO3 icon in the page browser), click on +'Create new record' and create a System Record of type 'Workspace'. + This chapter describes all properties of a workspace, as they appear in the editing form, grouped by tab. -- GitLab