chore: avoids passing fieldTypes in buildComponentMap

This commit is contained in:
James
2024-03-18 11:03:14 -04:00
parent 0ac8a39c5e
commit 605d96b71b
5 changed files with 43 additions and 32 deletions

View File

@@ -14,6 +14,10 @@ export const PostsCollection: CollectionConfig = {
name: 'text',
type: 'text',
},
{
type: 'row',
fields: [],
},
// {
// name: 'richText',
// type: 'richText',