From 2dc98f682f198068dfa942e17025cfe6806590d5 Mon Sep 17 00:00:00 2001 From: Paul Popus Date: Thu, 14 Mar 2024 17:01:33 -0300 Subject: [PATCH] fix: issue with community post type --- test/_community/collections/Posts/index.ts | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/test/_community/collections/Posts/index.ts b/test/_community/collections/Posts/index.ts index 0fa51b5c5..9d8bb26f0 100644 --- a/test/_community/collections/Posts/index.ts +++ b/test/_community/collections/Posts/index.ts @@ -1,8 +1,6 @@ import type { CollectionConfig } from '../../../../packages/payload/src/collections/config/types.js' import { mediaSlug } from '../Media/index.js' -import { CollapsibleLabel } from './CollapsibleLabel.js' -import { RowLabel } from './RowLabel.js' export const postsSlug = 'posts' @@ -55,26 +53,6 @@ export const PostsCollection: CollectionConfig = { }, ], }, - { - type: 'collapsible', - fields: [], - label: 'CollapsibleLabel', - }, - { - name: 'tester', - type: 'array', - admin: { - components: { - RowLabel, - }, - }, - fields: [ - { - name: 'title', - type: 'text', - }, - ], - }, ], versions: { drafts: true,