Skip to content

Commit

Permalink
dev(test-studio): update comments debug schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner committed Oct 5, 2023
1 parent 2d918af commit 0dabb32
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dev/test-studio/schema/debug/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ export const commentsDebug = defineType({
},
],
},
{
name: 'image',
type: 'image',
title: 'Image title',
hidden: ({document}) => Boolean(document?.hideFields),
description: DESCRIPTION,
},
{
type: 'array',
name: 'arrayOfObjects',
Expand Down Expand Up @@ -111,5 +104,12 @@ export const commentsDebug = defineType({
},
],
},
{
name: 'image',
type: 'image',
title: 'Image title',
hidden: ({document}) => Boolean(document?.hideFields),
description: DESCRIPTION,
},
],
})

0 comments on commit 0dabb32

Please sign in to comment.