feat(posts): add article source field to collection config
This commit is contained in:
@@ -74,6 +74,11 @@ export const Posts: CollectionConfig<'posts'> = {
|
||||
type: 'text',
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: 'articleSource',
|
||||
label: 'Article Source',
|
||||
type: 'text',
|
||||
},
|
||||
{
|
||||
type: 'tabs',
|
||||
tabs: [
|
||||
|
||||
Reference in New Issue
Block a user