Skip to content

Commit fe22a63

Browse files
[Backport 13.4] Drop unsupported properties from Single Checkbox (#1368)
* Drop unsupported properties from Single Checkbox "autoSizeMax", "multiple" and "size" don't make sense for this render type and aren't supported for single checkboxes. See also: https://github.com/TYPO3/typo3/blob/main/typo3/sysext/backend/Classes/Form/Element/SelectCheckBoxElement.php Releases: main, 13.4, 12.4 * Move anchor --------- Co-authored-by: Chris Müller <coding@brotkrueml.dev>
1 parent cc77f3a commit fe22a63

File tree

4 files changed

+1
-49
lines changed

4 files changed

+1
-49
lines changed

Documentation/ColumnsConfig/Type/Select/CheckBox/Index.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The select checkbox stores the values as comma separated values.
4646

4747

4848
.. _columns-select-selectCheckBox-properties:
49+
.. _columns-select-checkbox-properties-size:
4950

5051
Properties of the TCA column type `select` with renderType `selectCheckBox`
5152
===========================================================================
@@ -64,9 +65,6 @@ Properties of the TCA column type `select` with renderType `selectCheckBox`
6465
.. include:: _Properties/_AuthMode.rst.txt
6566
:show-buttons:
6667

67-
.. include:: _Properties/_AutoSizeMax.rst.txt
68-
:show-buttons:
69-
7068
.. include:: _Properties/_Behaviour.rst.txt
7169
:show-buttons:
7270

@@ -121,11 +119,5 @@ Properties of the TCA column type `select` with renderType `selectCheckBox`
121119
.. include:: _Properties/_Mm.rst.txt
122120
:show-buttons:
123121

124-
.. include:: _Properties/_Multiple.rst.txt
125-
:show-buttons:
126-
127122
.. include:: _Properties/_ReadOnly.rst.txt
128123
:show-buttons:
129-
130-
.. include:: _Properties/_Size.rst.txt
131-
:show-buttons:

Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_AutoSizeMax.rst.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_Multiple.rst.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_Size.rst.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)