- 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>
74 lines
3.3 KiB
XML
Executable File
74 lines
3.3 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<T3DataStructure>
|
|
<meta>
|
|
<langDisable>1</langDisable>
|
|
</meta>
|
|
<sheets>
|
|
<sDEF>
|
|
<ROOT>
|
|
<sheetTitle>Customer Logos Settings</sheetTitle>
|
|
<type>array</type>
|
|
<el>
|
|
<settings.layout>
|
|
<label>Layout</label>
|
|
<config>
|
|
<type>select</type>
|
|
<renderType>selectSingle</renderType>
|
|
<items>
|
|
<numIndex index="0">
|
|
<label>List</label>
|
|
<value>list</value>
|
|
</numIndex>
|
|
<numIndex index="1">
|
|
<label>Grid</label>
|
|
<value>grid</value>
|
|
</numIndex>
|
|
<numIndex index="2">
|
|
<label>Carousel</label>
|
|
<value>carousel</value>
|
|
</numIndex>
|
|
<numIndex index="3">
|
|
<label>Marquee (scrolling ticker)</label>
|
|
<value>marquee</value>
|
|
</numIndex>
|
|
</items>
|
|
<default>grid</default>
|
|
</config>
|
|
</settings.layout>
|
|
|
|
<settings.customers>
|
|
<label>Highlighted Customers</label>
|
|
<description>Empty = all logos black & white. Selected customers are shown in color, in front of the remaining (b/w) logos.</description>
|
|
<config>
|
|
<type>select</type>
|
|
<renderType>selectMultipleSideBySide</renderType>
|
|
<foreign_table>tx_vitec_domain_model_customer</foreign_table>
|
|
<foreign_table_where>AND tx_vitec_domain_model_customer.hidden = 0 AND tx_vitec_domain_model_customer.deleted = 0 ORDER BY tx_vitec_domain_model_customer.title</foreign_table_where>
|
|
<size>8</size>
|
|
<minitems>0</minitems>
|
|
<maxitems>999</maxitems>
|
|
</config>
|
|
</settings.customers>
|
|
|
|
<settings.onlySelected>
|
|
<label>Only show selected</label>
|
|
<description>Show only the highlighted customers — the remaining (b/w) logos are omitted entirely.</description>
|
|
<config>
|
|
<type>check</type>
|
|
<default>0</default>
|
|
</config>
|
|
</settings.onlySelected>
|
|
|
|
<settings.debug>
|
|
<label>Allow Debug Output</label>
|
|
<config>
|
|
<type>check</type>
|
|
<default>0</default>
|
|
</config>
|
|
</settings.debug>
|
|
</el>
|
|
</ROOT>
|
|
</sDEF>
|
|
</sheets>
|
|
</T3DataStructure>
|