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.