Skip to content

Commit 8a118d7

Browse files
Update MigrationListType.rst (#5667)
Fixes #5666
1 parent e9f8954 commit 8a118d7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Documentation/ApiOverview/ContentElements/MigrationListType.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,16 @@ will even adjust backend user permissions for the defined plugins:
106106
4. Search your code and replace any mentioning of `list_type`
107107
-------------------------------------------------------------
108108

109-
Search your code. If you used the `list_type` of you plugin in any custom
110-
database statement or referred to the according
109+
Search your code. If you used the `list_type` of your plugin in any custom
110+
database statement or referred to the according key within TypoScript,
111+
you will need to do the possible proper replacement.
111112

112113
Search your TCA definitions for any use of the now outdated configuration
113-
options
114+
options.
115+
116+
Note, that if your old key was something like "example_pi1" you are not
117+
forced to set the CType to "ExamplePi1" with UpperCamelCase,
118+
but you could keep the old identifier. This makes replacements less time consuming.
114119

115120
.. _plugins-list-type-migration-core:
116121

0 commit comments

Comments
 (0)