From 307609a4b76f06b027bf59edfd8d407d2d856f85 Mon Sep 17 00:00:00 2001 From: pkupuk Date: Thu, 16 Oct 2025 13:39:18 +0800 Subject: [PATCH] feat(posts): add article source field to collection config --- src/collections/Posts/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/collections/Posts/index.ts b/src/collections/Posts/index.ts index 3ccaeda..9a3d774 100644 --- a/src/collections/Posts/index.ts +++ b/src/collections/Posts/index.ts @@ -74,6 +74,11 @@ export const Posts: CollectionConfig<'posts'> = { type: 'text', required: true, }, + { + name: 'articleSource', + label: 'Article Source', + type: 'text', + }, { type: 'tabs', tabs: [