Skip to content

Commit 6abc3bb

Browse files
committed
[DOCS] Add hint regarding combined identifier usage
Resolves: #108300 Related: #107683 Releases: main Change-Id: I0f2bc41cd64a316b468147fc28bfcf50e9dd3153 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91886 Tested-by: core-ci <typo3@b13.com> Reviewed-by: Garvin Hicking <garvin@hick.ing> Tested-by: Oli Bartsch <bo@cedev.de> Tested-by: Garvin Hicking <garvin@hick.ing> Reviewed-by: Josua Vogel <j.vogel97@web.de> Tested-by: Josua Vogel <j.vogel97@web.de> Reviewed-by: Oli Bartsch <bo@cedev.de>
1 parent 453895f commit 6abc3bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

typo3/sysext/core/Documentation/Changelog/14.0/Feature-107683-FileStorageTreeItemsModificationEventAndLabelSupport.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,16 @@ TSconfig, using the combined identifier of the folder:
2727
.. code-block:: typoscript
2828
:caption: EXT:my_extension/Configuration/user.tsconfig
2929
30-
options.folderTree.label.1:/campaigns {
30+
options.folderTree.label.1:/campaigns/ {
3131
label = Main Storage
3232
color = #ff8700
3333
}
3434
35+
.. important::
36+
37+
Make sure to always use the full identifier, which also contains a
38+
trailing slash (`/`).
39+
3540
Labels and status information
3641
=============================
3742

0 commit comments

Comments
 (0)