feat: activate payload cms collections
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
// payload/collections/Realisations.ts
|
||||
// Schéma Payload CMS pour les réalisations / portfolio.
|
||||
// COMMENTÉ — activé lors de la migration vers Payload.
|
||||
|
||||
/*
|
||||
import type { CollectionConfig } from 'payload'
|
||||
|
||||
export const Realisations: CollectionConfig = {
|
||||
@@ -70,15 +65,3 @@ export const Realisations: CollectionConfig = {
|
||||
},
|
||||
],
|
||||
}
|
||||
*/
|
||||
|
||||
export type PayloadRealisation = {
|
||||
id: string;
|
||||
title: string;
|
||||
ville: string;
|
||||
service: string;
|
||||
description: string;
|
||||
image: string;
|
||||
featured: boolean;
|
||||
publishedAt: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user