- Success Stories: full migration from old site (48/48, audited), markets n:n, quotation content block, columns content block, pretty SEO detail URLs via SuccessStoryPathRewrite middleware, list/detail split (list page 4 / story page), detailUrl/backUrl - New plugins: VITEC Locations (grid/list/map + RTE map text), VITEC Customer Logos (color/bw logic, only-show-selected), VITEC Card (one plugin for product/story/market/solution with reloading FlexForm + custom backend preview renderer) - Eventlist: layout dropdown (list/grid/teaserbar) in settings - Hero section CB: Images/Video tabs, background video + overlay - Product JSON: full category rootline (parents), fixed missing ConnectionPool import (all-products crash), category tree map - Backend preview CSS: container-query responsive (narrow columns) - Docs: ISO architecture spec, root + extension READMEs Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
72 lines
2.7 KiB
XML
Executable File
72 lines
2.7 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<T3DataStructure>
|
|
<meta>
|
|
<langDisable>1</langDisable>
|
|
</meta>
|
|
<sheets>
|
|
<sDEF>
|
|
<ROOT>
|
|
<sheetTitle>Event List Settings</sheetTitle>
|
|
<type>array</type>
|
|
<el>
|
|
<settings.layout>
|
|
<label>Layout</label>
|
|
<config>
|
|
<type>select</type>
|
|
<renderType>selectSingle</renderType>
|
|
<items>
|
|
<numIndex index="0">
|
|
<label>List View</label>
|
|
<value>list</value>
|
|
</numIndex>
|
|
<numIndex index="1">
|
|
<label>Grid View</label>
|
|
<value>grid</value>
|
|
</numIndex>
|
|
<numIndex index="2">
|
|
<label>Teaser Bar</label>
|
|
<value>teaserbar</value>
|
|
</numIndex>
|
|
</items>
|
|
<default>list</default>
|
|
</config>
|
|
</settings.layout>
|
|
|
|
<settings.daysinadvance>
|
|
<label>Days in advance (0 = no limit)</label>
|
|
<description>Only show upcoming events starting within the next N days, e.g. 60.</description>
|
|
<config>
|
|
<type>number</type>
|
|
<default>0</default>
|
|
</config>
|
|
</settings.daysinadvance>
|
|
|
|
<settings.showpast>
|
|
<label>Include past events</label>
|
|
<config>
|
|
<type>check</type>
|
|
<default>0</default>
|
|
</config>
|
|
</settings.showpast>
|
|
|
|
<settings.limit>
|
|
<label>Maximum number of events (0 = all)</label>
|
|
<config>
|
|
<type>number</type>
|
|
<default>0</default>
|
|
</config>
|
|
</settings.limit>
|
|
|
|
<settings.debug>
|
|
<label>Allow Debug Output</label>
|
|
<config>
|
|
<type>check</type>
|
|
<default>0</default>
|
|
</config>
|
|
</settings.debug>
|
|
</el>
|
|
</ROOT>
|
|
</sDEF>
|
|
</sheets>
|
|
</T3DataStructure>
|