Skip to content

Commit

Permalink
[TASK] Document hideDeleteIcon for TCA Group and Folder
Browse files Browse the repository at this point in the history
releases: main, 12.4, 11.5
  • Loading branch information
sascha-egerer authored and github-actions[bot] committed Aug 31, 2024
1 parent 8df06a7 commit cff5bd1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit cff5bd1

Please sign in to comment.