Skip to content

Commit d7ccbac

Browse files
authored
[TASK] Remove deprecation information for list-type (#5971)
* [TASK] Remove deprecation information for list-type Releases: main * Update Documentation/ExtensionArchitecture/BestPractises/NamingConventions.rst * Update Documentation/ExtensionArchitecture/BestPractises/NamingConventions.rst * Update Documentation/ExtensionArchitecture/BestPractises/NamingConventions.rst * Update Documentation/ExtensionArchitecture/BestPractises/NamingConventions.rst * [TASK] Fix link
1 parent 7ffb529 commit d7ccbac

File tree

10 files changed

+2
-317
lines changed

10 files changed

+2
-317
lines changed

Documentation/ApiOverview/ContentElements/Index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ created, how existing content elements or plugins can be customized etc.
1919
CustomBackendPreview
2020
ContentElementsWizard
2121
BestPractices
22-
MigrationListType
2322

2423
.. _cePluginsIntroduction:
2524

@@ -144,10 +143,6 @@ An Extbase plugin is configured for the frontend with
144143
.. literalinclude:: _Plugins/_ext_localconf_extbase_plugin.php
145144
:caption: EXT:my_extension/ext_localconf.php
146145

147-
.. deprecated:: 13.4
148-
Setting the fifth parameter to any value but `ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT`
149-
is deprecated. See :ref:`plugins-list_type-migration`.
150-
151146
Method :php:`ExtensionUtility::configurePlugin()` also takes care of registering
152147
the plugin for frontend output in TypoScript using an object of type
153148
:ref:`EXTBASEPLUGIN <t3tsref:cobj-extbaseplugin>`.

Documentation/ApiOverview/ContentElements/MigrationListType.rst

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

Documentation/ApiOverview/ContentElements/_Migration/PluginListTypeToCTypeUpdate.php

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

Documentation/ApiOverview/ContentElements/_Migration/_ext_localconf.php.diff

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

Documentation/ApiOverview/ContentElements/_Migration/_non_extbase_tca.diff

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

Documentation/ApiOverview/ContentElements/_Migration/_tca_registration.php.diff

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

Documentation/ApiOverview/ContentElements/_Migration/_typoscript.diff

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

Documentation/ExtensionArchitecture/BestPractises/NamingConventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Plugin signature
342342
.. versionchanged:: 14.0
343343
Adding frontend plugins as a "General Plugin", setting the content
344344
record :sql:`CType` to :sql:`'list'` and `list_type` to the plugin signature
345-
is not possible anymore. See :ref:`plugins-list_type-migration`.
345+
is not possible anymore. See `Migration <https://docs.typo3.org/permalink/t3coreapi:plugins-list_type-migration@13.4>`__.
346346

347347
The plugin signature of non-Extbase plugins, registered via
348348
:php:`ExtensionManagementUtility::addPlugin()` is an arbitrarily defined string.

Documentation/ExtensionArchitecture/Extbase/Reference/FrontendPlugins.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,7 @@ Use the following steps to add the plugin as content element:
4747
#. A unique identifier for your plugin in UpperCamelCase: :php:`'PostSingle'`
4848
#. An array of allowed combinations of controllers and actions stored in an array
4949
#. (Optional) an array of controller name and action names which should not be cached
50-
#. Using any value but `ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT` is
51-
deprecated in TYPO3 v13.4.
52-
53-
.. deprecated:: 13.4
54-
Setting the fifth parameter to any value but `ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT`
55-
is deprecated. See :ref:`plugins-list_type-migration`.
50+
#. `ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT`
5651

5752
:php:`TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin()` generates
5853
the necessary TypoScript to display the plugin in the frontend.

Documentation/ExtensionArchitecture/HowTo/FrontendPlugin/Index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
Frontend plugin
99
===============
1010

11-
.. deprecated:: 13.4
12-
Adding frontend plugins as a "General Plugin", setting the content
13-
record :sql:`CType` to :sql:`'list'` is deprecated. See :ref:`plugins-list_type-migration`.
14-
1511
The term "frontend plugin" describes a part of a TYPO3 extension that is
1612
handled like a content element (can be inserted like a record/element in
1713
the TYPO3 backend by editors), which will deliver dynamic output when

0 commit comments

Comments
 (0)