mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 09:56:11 +01:00
Daniel Siepmann
3d6bf0ac8a
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
18 lines
572 B
XML
18 lines
572 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<dataset>
|
|
<tx_events_domain_model_import>
|
|
<uid>1</uid>
|
|
<pid>2</pid>
|
|
<title>Example import configuration</title>
|
|
|
|
<storage_pid>2</storage_pid>
|
|
<files_folder>1:/staedte/beispielstadt/events/</files_folder>
|
|
<categories_pid>2</categories_pid>
|
|
<category_parent>2</category_parent>
|
|
|
|
<region>1</region>
|
|
|
|
<rest_experience>beispielstadt</rest_experience>
|
|
<rest_search_query>name:"Beispiel"</rest_search_query>
|
|
</tx_events_domain_model_import>
|
|
</dataset>
|