mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-15 01:36:11 +01:00
Daniel Siepmann
61ae59c127
Adds a new type of import configuration. This configuration allows to define a single resource. All the resources referenced via schema:containsPlace will be imported. Relates: #10237
36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<T3DataStructure>
|
|
<meta>
|
|
<langDisable>1</langDisable>
|
|
</meta>
|
|
<sheets>
|
|
<sDEF>
|
|
<ROOT>
|
|
<TCEforms>
|
|
<sheetTitle>LLL:EXT:thuecat/Resources/Private/Language/locallang_flexform.xlf:importConfiguration.containsPlace.sheetTitle</sheetTitle>
|
|
</TCEforms>
|
|
<type>array</type>
|
|
<el>
|
|
<storagePid>
|
|
<TCEforms>
|
|
<label>LLL:EXT:thuecat/Resources/Private/Language/locallang_flexform.xlf:importConfiguration.containsPlace.storagePid</label>
|
|
<config>
|
|
<type>input</type>
|
|
<eval>int,required</eval>
|
|
</config>
|
|
</TCEforms>
|
|
</storagePid>
|
|
<containsPlaceId>
|
|
<TCEforms>
|
|
<label>LLL:EXT:thuecat/Resources/Private/Language/locallang_flexform.xlf:importConfiguration.containsPlace.containsPlaceId</label>
|
|
<description>LLL:EXT:thuecat/Resources/Private/Language/locallang_flexform.xlf:importConfiguration.containsPlace.containsPlaceId.description</description>
|
|
<config>
|
|
<type>input</type>
|
|
<eval>trim,required</eval>
|
|
</config>
|
|
</TCEforms>
|
|
</containsPlaceId>
|
|
</el>
|
|
</ROOT>
|
|
</sDEF>
|
|
</sheets>
|
|
</T3DataStructure>
|