Skip to content

Commit

Permalink
feat(test-studio): enable Actions API
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed Jan 17, 2025
1 parent e2cf16d commit edbb298
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/test-studio/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ const defaultWorkspace = defineConfig({
},
basePath: '/test',
icon: SanityMonogram,
// eslint-disable-next-line camelcase
__internal_serverDocumentActions: {
enabled: true,
},
scheduledPublishing: {
enabled: true,
inputDateTimeFormat: 'MM/dd/yy h:mm a',
Expand Down

0 comments on commit edbb298

Please sign in to comment.