Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Remove common properties #1147

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Documentation/ColumnsConfig/Type/Select/CheckBox/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ Properties of the TCA column type `select` with renderType `selectCheckBox`
.. include:: _Properties/_ForeignTable.rst.txt
:show-buttons:

.. include:: _Properties/_ForeignTableItemGroup.rst.txt
:show-buttons:

.. include:: _Properties/_ForeignTablePrefix.rst.txt
:show-buttons:

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. confval:: foreign_table_item_group
:name: select-tree-foreign-table-item-group
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']
:type: string (column name)
:Scope: Proc. / Display
:RenderType: all

.. versionadded:: 13.0

This property references a specific field in the
:ref:`foreign table <columns-select-properties-foreign-table>`, which
holds an :ref:`item group <columns-select-properties-item-groups>`
identifier.

See also :confval:`select-foreign-table-item-group`.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _columns-select-checkbox-properties-foreign-table-prefix:

.. confval:: foreign_table_prefix
:name: select-checkbox-foreign-table-prefix
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ColumnsConfig/Type/Select/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ The following renderTypes are available:
.. toctree::
:hidden:

Properties/Index
Single/Index
SingleBox/Index
CheckBox/Index
MultipleSideBySide/Index
Tree/Index
Properties/Index

Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ Properties of the TCA column type `select` with renderType `selectMultipleSideBy
.. include:: _Properties/_Multiple.rst.txt
:show-buttons:

.. include:: _Properties/_MultiSelectFilterItems.rst.txt
:show-buttons:

.. include:: _Properties/_ReadOnly.rst.txt
:show-buttons:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. _columns-select-properties-exclusivekeys:

.. confval:: exclusiveKeys
:name: select-byside-exclusiveKeys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
.. include:: /Includes.rst.txt
.. _columns-select-properties-multiselectfilteritems:

======================
multiSelectFilterItems
======================

.. confval:: multiSelectFilterItems
:name: select-multiSelectFilterItems
:Path: $GLOBALS['TCA'][$table]['columns'][$field]['config']
:type: array
:Scope: Display
:RenderType: :ref:`selectMultipleSideBySide <columns-select-rendertype-selectMultipleSideBySide>`

Contains predefined elements for the filter field. On selecting
an item, the list of available items gets automatically filtered.
Expand All @@ -20,11 +14,7 @@ multiSelectFilterItems
* First value is the **filter value of the item** .
* Second value is the **item label** (string or LLL reference)

Examples
========

Select by predefined keywords
-----------------------------
.. rubric:: Example: Select by predefined keywords

.. include:: /Images/Rst/SelectMultiplesidebyside5.rst.txt

Expand Down

This file was deleted.

44 changes: 0 additions & 44 deletions Documentation/ColumnsConfig/Type/Select/Properties/AuthMode.rst

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions Documentation/ColumnsConfig/Type/Select/Properties/Default.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading