Skip to content

Commit

Permalink
Follow up Merge properties back into types page
Browse files Browse the repository at this point in the history
Ad versionchanged information again

Follow up for #1163

Releases: main
  • Loading branch information
linawolf committed Sep 7, 2024
1 parent 0630df6 commit 5806722
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/Types/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ Properties of `types` section of TCA
.. include:: _Properties/_*.rst.txt
:show-buttons:

.. versionchanged:: 13.0
The properties `bitmask_excludelist_bits` and `bitmask_excludelist_bits`
been removed, it is not considered anymore when rendering
records in the backend record editing interface.

In case, extensions still use this setting, they should switch to casual
:php:`$GLOBALS['TCA']['someTable']['ctrl']['type']` fields instead, which
can be powered by columns based on string values.

.. _types-example:

Extended examples for using the `types` section of TCA
Expand Down

0 comments on commit 5806722

Please sign in to comment.