Customer stories collection
Schema documentation for the Customer Stories content collection.
The `customerStories` collection showcases case studies and customer testimonials.
Location: `src/content/customer-stories`
Schema
| Property | Type | Default | Description |
|---|---|---|---|
| `title` | `string` | - | Title of the story. |
| `description` | `string` | - | Short summary. |
| `company` | `string` | - | Name of the customer company. |
| `category` | `enum` | - | Must be one of `CUSTOMER_STORY_CATEGORIES`. |
| `website` | `url` | - | Link to the customer's website. |
| `partnerSince` | `number` | - | Year the partnership started. |
| `logo` | `image` | - | Company logo. |
| `featuredImage` | `image` | `undefined` | Hero image for the story. |
| `featuredImageSource` | `url` | `undefined` | Source credit for the image (demo purpose). |
| `featured` | `boolean` | `false` | Whether to highlight this story. |
| `createdAt` | `date` | - | Publication date. |
| `updatedAt` | `date` | `undefined` | Last update date. |