fix: document sidebar vertical overflow (#3639)

This commit is contained in:
Jacob Fletcher
2023-10-13 13:00:02 -04:00
committed by GitHub
parent 81ec435363
commit fcd4c8d830
3 changed files with 20 additions and 2 deletions

View File

@@ -65,6 +65,24 @@ export const Posts: CollectionConfig = {
},
],
},
{
name: 'group',
type: 'group',
fields: [
{
name: 'title',
type: 'text',
},
],
},
{
name: 'relationship',
type: 'relationship',
relationTo: 'posts',
admin: {
position: 'sidebar',
},
},
{
name: 'sidebarField',
type: 'text',