InventoryCarBanner
Renders a single inventory car detail view.
Includes the common banner props.
Props
id●required
string
CMS id.
car●required
InventoryCar
Inventory car entity (full vehicle data).
Optional form configuration shown alongside the car (e.g. inquiry form).
Example
const banner: InventoryCarBanner = {
typename: BannerTypename.InventoryCarBanner,
id: 'b_123',
title: null,
titleTag: 'h2',
titleAlign: 'left',
cssId: null,
cssClasses: null,
car: {} as any,
contactForm: null
};