From cff5bd15c9629bb314809eeaee937097527d0599 Mon Sep 17 00:00:00 2001 From: Sascha Egerer Date: Thu, 29 Aug 2024 10:17:48 +0200 Subject: [PATCH] [TASK] Document `hideDeleteIcon` for TCA Group and Folder releases: main, 12.4, 11.5 --- .../Type/Folder/_Properties/_HideDeleteIcon.rst.txt | 7 +++++++ .../Type/Group/_Properties/_HideDeleteIcon.rst.txt | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 Documentation/ColumnsConfig/Type/Folder/_Properties/_HideDeleteIcon.rst.txt create mode 100644 Documentation/ColumnsConfig/Type/Group/_Properties/_HideDeleteIcon.rst.txt diff --git a/Documentation/ColumnsConfig/Type/Folder/_Properties/_HideDeleteIcon.rst.txt b/Documentation/ColumnsConfig/Type/Folder/_Properties/_HideDeleteIcon.rst.txt new file mode 100644 index 00000000..49c374a5 --- /dev/null +++ b/Documentation/ColumnsConfig/Type/Folder/_Properties/_HideDeleteIcon.rst.txt @@ -0,0 +1,7 @@ +.. confval:: hideDeleteIcon + :name: folder-hideDeleteIcon + :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] + :type: boolean + :Scope: Display + + Removes the delete icon next to the selector box. diff --git a/Documentation/ColumnsConfig/Type/Group/_Properties/_HideDeleteIcon.rst.txt b/Documentation/ColumnsConfig/Type/Group/_Properties/_HideDeleteIcon.rst.txt new file mode 100644 index 00000000..fb9069a6 --- /dev/null +++ b/Documentation/ColumnsConfig/Type/Group/_Properties/_HideDeleteIcon.rst.txt @@ -0,0 +1,7 @@ +.. confval:: hideDeleteIcon + :name: group-hideDeleteIcon + :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] + :type: boolean + :Scope: Display + + Removes the delete icon next to the selector box.