events/Documentation/Changelog/2.3.0.rst
Daniel Siepmann 3d6bf0ac8a Add import configuration record
It is now possible to create "Import" records in TYPO3 system.
Those records can then be imported via two new commands.
There is no need to configure everything within the command itself.

That allows:
    * To allow editors to maintain import configuration.
    * Have proper labels, description, csh and UI to create import.
      It no longer is necessary to copy UIDs,
      instead proper wizards from TCA are available to select pages.

Relates: #9649
2022-01-27 15:50:36 +01:00

36 lines
916 B
ReStructuredText

2.3.0
=====
Breaking
--------
Nothing
Features
--------
* Import configuration can now be configured as database records within TYPO3 folders.
This allows for better support (e.g. permission of backend users and validation and wizards like page selection).
Two new import commands are added.
One allows to process all available import configurations.
The other allows to process a single import configuration which needs to be configured.
* Add new option ``query`` to ``DestinationDataImportCommand``.
It is appended as ``q`` parameter to the initial search URL to fetch data for import.
The value is documented at https://developer.et4.de/reference/current/#eT4META-search-param-q.html.
Further documentation can be found at https://developer.et4.de/reference/current/#eT4META-search-querylanguage-Introduction.html.
Fixes
-----
Nothing
Tasks
-----
Nothing
Deprecation
-----------
Nothing