Skip to content
Snippets Groups Projects
Latest.xml 3.71 KiB
Newer Older
<T3DataStructure>
	<meta>
		<langDisable>1</langDisable>
	</meta>
	<sheets>
		<main>
			<ROOT>
				<TCEforms>
					<sheetTitle>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm</sheetTitle>
				</TCEforms>
				<type>array</type>
				<el>
					<settings.limit>
						<TCEforms>
							<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.latest.flexForm.newsLimit</label>
							<config>
								<type>input</type>
								<size>5</size>
								<eval>int</eval>
								<default>1</default>
							</config>
						</TCEforms>
					</settings.limit>
							<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.latest.flexForm.categories</label>
							<description>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.latest.flexForm.categories.description</description>
							<config>
								<type>select</type>
								<renderType>selectMultipleSideBySide</renderType>
								<size>5</size>
								<maxitems>99</maxitems>
								<foreign_table>pages</foreign_table>
								<foreign_table_where>AND doktype = 117 ORDER BY title</foreign_table_where>
							</config>
						</TCEforms>
					</settings.categories>

					<settings.tags>
						<TCEforms>
							<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.tags</label>
							<description>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.tags.description</description>
							<config>
								<type>select</type>
								<renderType>selectTree</renderType>
								<size>10</size>
								<maxitems>9999</maxitems>
								<foreign_table>sys_category</foreign_table>
								<foreign_table_where>AND sys_category.sys_language_uid IN (-1, 0) ORDER BY sys_category.sorting ASC</foreign_table_where>
								<treeConfig>
									<parentField>parent</parentField>
									<appearance>
										<expandAll>1</expandAll>
										<maxLevels>99</maxLevels>
										<showHeader>1</showHeader>
									</appearance>
								</treeConfig>
							</config>
						</TCEforms>
					</settings.tags>

					<settings.starttime>
						<TCEforms>
							<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.starttime</label>
							<config>
								<type>input</type>
								<size>12</size>
								<eval>datetime</eval>
							</config>
						</TCEforms>
					</settings.starttime>

					<settings.endtime>
						<TCEforms>
							<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.endtime</label>
							<config>
								<type>input</type>
								<size>12</size>
								<eval>datetime</eval>
							</config>
						</TCEforms>
					</settings.endtime>
							<label>LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.sortBy</label>
							<config>
								<type>select</type>
								<items>
									<numIndex index="0">
										<numIndex index="0">LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.systemDefault</numIndex>
										<numIndex index="1">typoscript</numIndex>
									</numIndex>
									<numIndex index="1">
										<numIndex index="0">LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.dateOfPublication</numIndex>
										<numIndex index="1">date</numIndex>
									</numIndex>
									<numIndex index="2">
										<numIndex index="0">LLL:EXT:sg_news/Resources/Private/Language/locallang_db.xlf:plugin.flexForm.orderInPageTree</numIndex>
										<numIndex index="1">positionInTree</numIndex>
									</numIndex>
								</items>
							</config>
						</TCEforms>
					</settings.sortBy>
				</el>
			</ROOT>
		</main>
	</sheets>
</T3DataStructure>