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',
|
type: 'text',
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'articleSource',
|
||||||
|
label: 'Article Source',
|
||||||
|
type: 'text',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'tabs',
|
type: 'tabs',
|
||||||
tabs: [
|
tabs: [
|
||||||
|
|||||||
Reference in New Issue
Block a user