File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Documentation/ApiOverview/ContentElements Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,16 @@ will even adjust backend user permissions for the defined plugins:
1061064. 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
112113Search 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
You can’t perform that action at this time.
0 commit comments